summaryrefslogtreecommitdiffstats
path: root/merge-index.c
diff options
context:
space:
mode:
authorAlexander Potashev <aspotashev@gmail.com>2009-01-04 19:39:27 +0100
committerJunio C Hamano <gitster@pobox.com>2009-02-05 00:08:49 +0100
commit34263de0265a484bf44058819a363bb1e627c0ce (patch)
treee33524d34269861730abb1f3386ca90db92d8ab8 /merge-index.c
parentgit-show-branch doc: show -g as synonym to --reflog in the list (diff)
downloadgit-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 'merge-index.c')
-rw-r--r--merge-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/merge-index.c b/merge-index.c
index c00a2b385a..aa9cf23a39 100644
--- a/merge-index.c
+++ b/merge-index.c
@@ -92,7 +92,7 @@ int main(int argc, char **argv)
signal(SIGCHLD, SIG_DFL);
if (argc < 3)
- usage("git-merge-index [-o] [-q] <merge-program> (-a | [--] <filename>*)");
+ usage("git merge-index [-o] [-q] <merge-program> (-a | [--] <filename>*)");
git_extract_argv0_path(argv[0]);