diff --git a/src/bin/cli.yml b/src/bin/cli.yml index 949460a..1e69604 100644 --- a/src/bin/cli.yml +++ b/src/bin/cli.yml @@ -3,7 +3,7 @@ author: Michel Heily 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. \ No newline at end of file + help: Skip running bios and start from the ROM instead \ No newline at end of file