reorder vcs list
parent
60111384a9
commit
dd731d22c6
|
@ -4,7 +4,7 @@ ikiwiki-makerepo - check an ikiwiki srcdir into revision control
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
|
|
||||||
ikiwiki-makerepo svn|git|monotone|darcs srcdir repository
|
ikiwiki-makerepo git|svn|monotone|darcs|cvs srcdir repository
|
||||||
|
|
||||||
ikiwiki-makerepo bzr|mercurial srcdir
|
ikiwiki-makerepo bzr|mercurial srcdir
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ srcdir="$2"
|
||||||
repository="$3"
|
repository="$3"
|
||||||
|
|
||||||
usage () {
|
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
|
echo " ikiwiki-makerepo bzr|mercurial srcdir" >&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue