docs: correct a mention about getting long vs. short help

I haven't checked, but I think `jj help git push` used to give the
short form with `clap` 2. With `clap` 3, it's definitely the long form
anyway.
This commit is contained in:
Martin von Zweigbergk 2022-03-05 09:47:08 -08:00 committed by Martin von Zweigbergk
parent 630f8069d0
commit 382be623b8

View file

@ -5,8 +5,8 @@ repo, which means that you can collaborate with Git users without them even
knowing that you're not using the `git` CLI. knowing that you're not using the `git` CLI.
See `jj help git` for help about the `jj git` family of commands, and e.g. See `jj help git` for help about the `jj git` family of commands, and e.g.
`jj help git push` for help about a specific command (use `jj git push --help` `jj help git push` for help about a specific command (use `jj git push -h` for
for more verbose help). briefer help).
## Creating an empty repo ## Creating an empty repo