diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2019-10-25 18:49:09 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-28 12:24:17 +0900 |
commit | 8b656572ca1d5b4e917b7bf835c95ddb50a5282a (patch) | |
tree | 3ba128ab382d5843260fb443fadf05e17ad47703 /remote-curl.c | |
parent | Git 2.23 (diff) | |
download | tgif-8b656572ca1d5b4e917b7bf835c95ddb50a5282a.tar.xz |
builtin/commit-graph.c: remove subcommand-less usage string
The first line in 'git commit-graph's usage string indicates that this
command can be invoked without specifying a subcommand. However, this
is not the case:
$ git commit-graph
usage: git commit-graph [--object-dir <objdir>]
or: git commit-graph read [--object-dir <objdir>]
[...]
$ echo $?
129
Remove this line from the usage string.
The synopsis in the manpage doesn't contain this line.
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote-curl.c')
0 files changed, 0 insertions, 0 deletions