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:
-rw-r--r--patch-id.c2
-rw-r--r--prune-packed.c2
-rw-r--r--rev-list.c2
3 files changed, 3 insertions, 3 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)
{
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)
{
diff --git a/rev-list.c b/rev-list.c
index 46a35d30e1..309070fedd 100644
--- a/rev-list.c
+++ b/rev-list.c
@@ -11,7 +11,7 @@
#define SHOWN (1u << 3)
static const char rev_list_usage[] =
- "usage: git-rev-list [OPTION] commit-id <commit-id>\n"
+ "git-rev-list [OPTION] commit-id <commit-id>\n"
" --max-count=nr\n"
" --max-age=epoch\n"
" --min-age=epoch\n"