From 025c75d05cf16c0f53c2bafb73c660c867572db9 Mon Sep 17 00:00:00 2001 From: Daniel Campello Date: Mon, 14 Mar 2022 11:43:16 -0600 Subject: flashrom.8.tmpl: Clarify man entries for -w/-v/-x This change adds follow up changes to the man page: - Explain (-) argument for -w/-v operations - Expand on region name handling of -x operation Also updates cli_classic.c to match with --help output. BUG=b:224364316 Change-Id: I0cba593da3926c8587027789f4e1e89a2329ca7f Signed-off-by: Daniel Campello Reviewed-on: https://review.coreboot.org/c/flashrom/+/62794 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- cli_classic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli_classic.c') diff --git a/cli_classic.c b/cli_classic.c index b3930d21..0b6e79c3 100644 --- a/cli_classic.c +++ b/cli_classic.c @@ -47,9 +47,9 @@ static void cli_classic_usage(const char *name) printf(" -h | --help print this help text\n" " -R | --version print version (release)\n" " -r | --read read flash and save to \n" - " -w | --write write or the content provided\n" + " -w | --write (|-) write or the content provided\n" " on the standard input to flash\n" - " -v | --verify verify flash against \n" + " -v | --verify (|-) verify flash against \n" " or the content provided on the standard input\n" " -E | --erase erase flash memory\n" " -V | --verbose more verbose output\n" -- cgit v1.2.3