git: add `--super-prefix` to usage string
authorPatrick Steinhardt <redacted>
Thu, 7 Jan 2021 06:36:47 +0000 (07:36 +0100)
committerJunio C Hamano <redacted>
Thu, 7 Jan 2021 06:55:06 +0000 (22:55 -0800)
commitb0812b6ac0776b6e43e8483d5579ffd11d5c5f42
tree95f6cd29c086c3c7c0bbc1d05bd81dd89945a867
parentb291b0a628020eedb10b6236d87fe25d295cea81
git: add `--super-prefix` to usage string

When the `--super-prefix` option was implmented in 74866d7579 (git: make
super-prefix option, 2016-10-07), its existence was only documented in
the manpage but not in the command's own usage string. Given that the
commit message didn't mention that this was done intentionally and given
that it's documented in the manpage, this seems like an oversight.

Add it to the usage string to fix the inconsistency.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
git.c
git clone https://git.99rst.org/PROJECT