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 --- patch-id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patch-id.c') diff --git a/patch-id.c b/patch-id.c index 0bd640cc48..5a8dc75d0e 100644 --- a/patch-id.c +++ b/patch-id.c @@ -67,7 +67,7 @@ static void generate_id_list(void) flush_current_id(patchlen, sha1, &ctx); } -static const char patch_id_usage[] = "usage: git-patch-id < patch"; +static const char patch_id_usage[] = "git-patch-id < patch"; int main(int argc, char **argv) { -- cgit v1.2.1