aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-10 16:22:58 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-10 16:22:58 -0400
commitdd731d22c63a21ea7d8f5e32e72cb75f60e2d387 (patch)
tree2bce3ab753902018ef59f5a5f36fceba3df2620a
parent60111384a9c178b03cd778c298e28953ca80177b (diff)
downloadikiwiki-dd731d22c63a21ea7d8f5e32e72cb75f60e2d387.tar
ikiwiki-dd731d22c63a21ea7d8f5e32e72cb75f60e2d387.tar.gz
reorder vcs list
-rw-r--r--doc/ikiwiki-makerepo.mdwn2
-rwxr-xr-xikiwiki-makerepo2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ikiwiki-makerepo.mdwn b/doc/ikiwiki-makerepo.mdwn
index 13f88dc27..9e742c211 100644
--- a/doc/ikiwiki-makerepo.mdwn
+++ b/doc/ikiwiki-makerepo.mdwn
@@ -4,7 +4,7 @@ ikiwiki-makerepo - check an ikiwiki srcdir into revision control
# SYNOPSIS
-ikiwiki-makerepo svn|git|monotone|darcs srcdir repository
+ikiwiki-makerepo git|svn|monotone|darcs|cvs srcdir repository
ikiwiki-makerepo bzr|mercurial srcdir
diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo
index aca8da153..6951ca0de 100755
--- a/ikiwiki-makerepo
+++ b/ikiwiki-makerepo
@@ -6,7 +6,7 @@ srcdir="$2"
repository="$3"
usage () {
- echo "usage: ikiwiki-makerepo cvs|svn|git|monotone|darcs srcdir repository" >&2
+ echo "usage: ikiwiki-makerepo svn|git|svn|monotone|darcs|cvs srcdir repository" >&2
echo " ikiwiki-makerepo bzr|mercurial srcdir" >&2
exit 1
}