diff options
| author | Junio C Hamano <gitster@pobox.com> | 2015-02-11 13:44:19 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2015-02-11 13:44:20 -0800 |
| commit | bb831db6774aaa733199360dc7af6f3ce375fc20 (patch) | |
| tree | 4d4befdb8dfc6b9ddafec4550a6e44aaacd89dd9 /builtin/fetch-pack.c | |
| parent | afa3ccbf44cb47cf988c6f40ce3ddb10829a9e7b (diff) | |
| parent | 9c9b4f2f8b7f27f3984e80d053106d5d41cbb03b (diff) | |
| download | git-bb831db6774aaa733199360dc7af6f3ce375fc20.tar.gz | |
Merge branch 'ah/usage-strings'
* ah/usage-strings:
standardize usage info string format
Diffstat (limited to 'builtin/fetch-pack.c')
| -rw-r--r-- | builtin/fetch-pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/fetch-pack.c b/builtin/fetch-pack.c index 1262b405f8..4a6b340ab6 100644 --- a/builtin/fetch-pack.c +++ b/builtin/fetch-pack.c @@ -6,7 +6,7 @@ #include "sha1-array.h" static const char fetch_pack_usage[] = -"git fetch-pack [--all] [--stdin] [--quiet|-q] [--keep|-k] [--thin] " +"git fetch-pack [--all] [--stdin] [--quiet | -q] [--keep | -k] [--thin] " "[--include-tag] [--upload-pack=<git-upload-pack>] [--depth=<n>] " "[--no-progress] [--diag-url] [-v] [<host>:]<directory> [<refs>...]"; |
