diff options
author | Alexander Potashev <aspotashev@gmail.com> | 2009-01-04 19:39:27 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-05 00:08:49 +0100 |
commit | 34263de0265a484bf44058819a363bb1e627c0ce (patch) | |
tree | e33524d34269861730abb1f3386ca90db92d8ab8 /upload-pack.c | |
parent | git-show-branch doc: show -g as synonym to --reflog in the list (diff) | |
download | git-34263de0265a484bf44058819a363bb1e627c0ce.tar.xz git-34263de0265a484bf44058819a363bb1e627c0ce.zip |
Replace deprecated dashed git commands in usage
Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | upload-pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upload-pack.c b/upload-pack.c index 5db6f93955..19c24db643 100644 --- a/upload-pack.c +++ b/upload-pack.c @@ -11,7 +11,7 @@ #include "list-objects.h" #include "run-command.h" -static const char upload_pack_usage[] = "git-upload-pack [--strict] [--timeout=nn] <dir>"; +static const char upload_pack_usage[] = "git upload-pack [--strict] [--timeout=nn] <dir>"; /* bits #0..7 in revision.h, #8..10 in commit.c */ #define THEY_HAVE (1u << 11) |