diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-10 16:22:58 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-10 16:22:58 -0400 |
commit | dd731d22c63a21ea7d8f5e32e72cb75f60e2d387 (patch) | |
tree | 2bce3ab753902018ef59f5a5f36fceba3df2620a /ikiwiki-makerepo | |
parent | 60111384a9c178b03cd778c298e28953ca80177b (diff) |
reorder vcs list
Diffstat (limited to 'ikiwiki-makerepo')
-rwxr-xr-x | ikiwiki-makerepo | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |