Typofix: usage strings fix.
[git.git] / prune-packed.c
index 41ee2a7..a2f4488 100644 (file)
@@ -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)
 {