diff options
Diffstat (limited to 'prune-packed.c')
-rw-r--r-- | prune-packed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prune-packed.c b/prune-packed.c index 41ee2a73b..a2f448830 100644 --- a/prune-packed.c +++ b/prune-packed.c @@ -1,6 +1,6 @@ #include "cache.h" -static const char prune_packed_usage[] = "git-prune-packed: usage: git-prune-packed"; +static const char prune_packed_usage[] = "git-prune-packed (no arguments)"; static void prune_dir(int i, DIR *dir, char *pathname, int len) { |