diff options
author | Taylor Blau <me@ttaylorr.com> | 2021-03-30 11:04:04 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-30 12:16:56 -0700 |
commit | cd57bc41bbcc8d260040243946d19075eff0bfaf (patch) | |
tree | bcf1217018b0dc0ff1d5497673e01e5f64aebe7c /t/t5319-multi-pack-index.sh | |
parent | builtin/multi-pack-index.c: don't enter bogus cmd_mode (diff) | |
download | tgif-cd57bc41bbcc8d260040243946d19075eff0bfaf.tar.xz |
builtin/multi-pack-index.c: display usage on unrecognized command
When given a sub-command that it doesn't understand, 'git
multi-pack-index' dies with the following message:
$ git multi-pack-index bogus
fatal: unrecognized subcommand: bogus
Instead of 'die()'-ing, we can display the usage text, which is much
more helpful:
$ git.compile multi-pack-index bogus
error: unrecognized subcommand: bogus
usage: git multi-pack-index [<options>] write
or: git multi-pack-index [<options>] verify
or: git multi-pack-index [<options>] expire
or: git multi-pack-index [<options>] repack [--batch-size=<size>]
--object-dir <file> object directory containing set of packfile and pack-index pairs
--progress force progress reporting
While we're at it, clean up some duplication between the "no sub-command"
and "unrecognized sub-command" conditionals.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5319-multi-pack-index.sh')
0 files changed, 0 insertions, 0 deletions