зеркало из https://github.com/microsoft/git.git
git-archimport: use a lowercase "usage:" string
Make the usage string consistent with Git. Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
e5a1518ef4
Коммит
165c4b1365
|
@ -75,7 +75,7 @@ our($opt_h,$opt_f,$opt_v,$opt_T,$opt_t,$opt_D,$opt_a,$opt_o);
|
|||
|
||||
sub usage() {
|
||||
print STDERR <<END;
|
||||
Usage: git archimport # fetch/update GIT from Arch
|
||||
usage: git archimport # fetch/update GIT from Arch
|
||||
[ -h ] [ -v ] [ -o ] [ -a ] [ -f ] [ -T ] [ -D depth ] [ -t tempdir ]
|
||||
repository/arch-branch [ repository/arch-branch] ...
|
||||
END
|
||||
|
|
Загрузка…
Ссылка в новой задаче