From 543161d6b8b0e5254123ae56a25841cff8a76bb8 Mon Sep 17 00:00:00 2001 From: Tamir Date: Tue, 9 Jul 2019 14:27:23 +0300 Subject: [PATCH] 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 --- src/bin/cli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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