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>
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user