Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patch-id.c')
-rw-r--r--patch-id.c2
1 files changed, 1 insertions, 1 deletions
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)
{