Fix cli help lines to all follow the same structure
Help lines all start with a capital letter and don't end with a dot Former-commit-id: 31e65514d15540538e2de528810957e16c8b5090
This commit is contained in:
parent
92f65794d8
commit
543161d6b8
|
@ -3,7 +3,7 @@ author: Michel Heily <michelheily@gmail.com>
|
|||
about: Game boy advance emulator and debugger
|
||||
subcommands:
|
||||
- debug:
|
||||
about: debug the bios with the arm core emulation
|
||||
about: Debug the bios with the arm core emulation
|
||||
args:
|
||||
- bios:
|
||||
help: Sets the bios file to use
|
||||
|
@ -18,4 +18,4 @@ subcommands:
|
|||
required: true
|
||||
- skip_bios:
|
||||
long: skip-bios
|
||||
help: Skip running bios and start from the ROM instead.
|
||||
help: Skip running bios and start from the ROM instead
|
Reference in a new issue