aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/show-index.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/show-index.c')
-rw-r--r--builtin/show-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/show-index.c b/builtin/show-index.c
index 756d632b51..9d4ecf5e7b 100644
--- a/builtin/show-index.c
+++ b/builtin/show-index.c
@@ -9,7 +9,7 @@
#include "parse-options.h"
static const char *const show_index_usage[] = {
- "git show-index [--object-format=<hash-algorithm>]",
+ "git show-index [--object-format=<hash-algorithm>] < <pack-idx-file>",
NULL
};