summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Garber <jgarber1@ualberta.ca>2019-06-26 10:35:11 -0600
committerNico Huber <nico.h@gmx.de>2019-06-28 06:42:41 +0000
commit0a0b45bba6c1f467958c92620110a731d4917c89 (patch)
treed5d6b03b2dfb1e1db99770fddf4e4a9f50a5969b
parentdeeac7e41a311a0806af0e65a2ce5c6673f9cf92 (diff)
downloadflashrom-0a0b45bba6c1f467958c92620110a731d4917c89.tar.gz
flashrom-0a0b45bba6c1f467958c92620110a731d4917c89.tar.bz2
flashrom-0a0b45bba6c1f467958c92620110a731d4917c89.zip
cli_classic: Remove old usage warnings
We are at version 1.1 now, and the user interface change in 0.9.6 was to make setting the programmer mandatory. This was done all the way back in 2012, so it is safe to remove these warnings now. Change-Id: If1b379b7b8234d50a2f0a4f522f15820a1a6603c Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33815 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--cli_classic.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli_classic.c b/cli_classic.c
index 2e07612b9..b79f953cb 100644
--- a/cli_classic.c
+++ b/cli_classic.c
@@ -31,9 +31,6 @@
static void cli_classic_usage(const char *name)
{
- printf("Please note that the command line interface for flashrom has changed between\n"
- "0.9.5 and 0.9.6 and will change again before flashrom 1.0.\n\n");
-
printf("Usage: %s [-h|-R|-L|"
#if CONFIG_PRINT_WIKI == 1
"-z|"
@@ -480,7 +477,6 @@ int main(int argc, char *argv[])
programmer_table[CONFIG_DEFAULT_PROGRAMMER].name, pparam);
} else {
msg_perr("Please select a programmer with the --programmer parameter.\n"
- "Previously this was not necessary because there was a default set.\n"
#if CONFIG_INTERNAL == 1
"To choose the mainboard of this computer use 'internal'. "
#endif