Skip to content

Commit a574867

Browse files
avargitster
authored andcommitted
doc txt & -h consistency: make "bundle" consistent
Amend the -h output to match that of the *.txt output, the differences were fairly small. In the case of "[<options>]" we only have a few of them, so let's exhaustively list them as in the *.txt. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e8eeda1 commit a574867

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

builtin/bundle.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
*/
1313

1414
#define BUILTIN_BUNDLE_CREATE_USAGE \
15-
N_("git bundle create [<options>] <file> <git-rev-list args>")
15+
N_("git bundle create [-q | --quiet | --progress | --all-progress] [--all-progress-implied]\n" \
16+
" [--version=<version>] <file> <git-rev-list-args>")
1617
#define BUILTIN_BUNDLE_VERIFY_USAGE \
17-
N_("git bundle verify [<options>] <file>")
18+
N_("git bundle verify [-q | --quiet] <file>")
1819
#define BUILTIN_BUNDLE_LIST_HEADS_USAGE \
1920
N_("git bundle list-heads <file> [<refname>...]")
2021
#define BUILTIN_BUNDLE_UNBUNDLE_USAGE \
21-
N_("git bundle unbundle <file> [<refname>...]")
22+
N_("git bundle unbundle [--progress] <file> [<refname>...]")
2223

2324
static char const * const builtin_bundle_usage[] = {
2425
BUILTIN_BUNDLE_CREATE_USAGE,

0 commit comments

Comments
 (0)