summaryrefslogtreecommitdiff
path: root/prune-packed.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-27 07:04:16 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-07-27 18:53:49 (GMT)
commit54c6870ebf4c364dd809a1a58eb8485855344812 (patch)
treeeb2fbd3b0e5419b6e58b447fa00b6bd788f195d1 /prune-packed.c
parentb134922992e3051e7095b1e76a89361fea86206d (diff)
downloadgit-54c6870ebf4c364dd809a1a58eb8485855344812.zip
git-54c6870ebf4c364dd809a1a58eb8485855344812.tar.gz
git-54c6870ebf4c364dd809a1a58eb8485855344812.tar.bz2
Typofix: usage strings fix.
The *_usage strings should not start with "usage: ", since the usage() function gives its own. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'prune-packed.c')
-rw-r--r--prune-packed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prune-packed.c b/prune-packed.c
index 41ee2a7..a2f4488 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)
{