[check_postgres] [commit] Use canonical "git clone" instead of
git-clone.
check_postgres at bucardo.org
check_postgres at bucardo.org
Wed Sep 17 15:31:33 UTC 2008
Committed by Jon Jensen <jon at endpoint.com>
Use canonical "git clone" instead of git-clone.
---
Makefile | 2 +-
check_postgres.pl | 2 +-
check_postgres.pl.html | 2 +-
index.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index b531f15..2a66506 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ check_postgres.pl.html: check_postgres.pl
pod2html check_postgres.pl > check_postgres.pl.html
@ perl -pi -e "s/<link.*?>//" check_postgres.pl.html
- perl -pi -e "s~ git-clone.*~ git-clone http://bucardo.org/check_postgres.git</pre>~" check_postgres.pl.html
+ perl -pi -e "s~ git clone.*~ git clone http://bucardo.org/check_postgres.git</pre>~" check_postgres.pl.html
@ rm -f pod2htmd.tmp pod2htmi.tmp
index.html: check_postgres.pl
diff --git a/check_postgres.pl b/check_postgres.pl
index 3f6ac9b..83b143c 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -4308,7 +4308,7 @@ is needed by the L</disk_space> action.
Development happens using the git system. You can clone the latest version by doing:
- git-clone http://bucardo.org/check_postgres.git
+ git clone http://bucardo.org/check_postgres.git
=head1 MAILING LIST
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 066547c..423818b 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -1034,7 +1034,7 @@ is needed by the <a href="#disk_space">disk_space</a> action.</p>
<h1><a name="development">DEVELOPMENT</a></h1>
<p>Development happens using the git system. You can clone the latest version by doing:</p>
<pre>
- git-clone http://bucardo.org/check_postgres.git</pre>
+ git clone http://bucardo.org/check_postgres.git</pre>
<p>
</p>
<hr />
diff --git a/index.html b/index.html
index f39ebbb..4c0804a 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,7 @@ h1 {
<p>The latest development version can be downloaded via git:</p>
<pre>
- git-clone http://bucardo.org/check_postgres.git
+ git clone http://bucardo.org/check_postgres.git
</pre>
<p>Two mailing lists are available. For discussions about the program, bug reports,
--
1.5.5.4
More information about the Check_postgres
mailing list