pages*: remove mnemonics when highlighting both long and short options (#12936)

This commit is contained in:
Sebastiaan Speck
2024-06-12 07:43:11 +02:00
committed by GitHub
parent d9b72a9e37
commit f1d0051ee8
12 changed files with 40 additions and 40 deletions

View File

@@ -7,11 +7,11 @@
`git archive --verbose HEAD`
- Use the Zip format and report progress [v]erbosely:
- Use the Zip format and report progress verbosely:
`git archive {{-v|--verbose}} --format zip HEAD`
- [o]utput the Zip archive to a specific file:
- Output the Zip archive to a specific file:
`git archive -v {{-o|--output}} {{path/to/file.zip}} HEAD`