From 54c6870ebf4c364dd809a1a58eb8485855344812 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 27 Jul 2005 00:04:16 -0700 Subject: 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 --- prune-packed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prune-packed.c') diff --git a/prune-packed.c b/prune-packed.c index 41ee2a73bc..a2f448830c 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) { -- cgit v1.2.3