summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-05-01 10:53:49 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-05-01 10:53:49 +0000
commit029287202ca537acb02ea5bd1a94793c516cd073 (patch)
tree57a32723efd5dc00dde26fd106cd35fc4f46051f
parentce2addcbf3e18f6d633cda98c0b17eaa29577279 (diff)
downloadflashrom-029287202ca537acb02ea5bd1a94793c516cd073.zip
flashrom-029287202ca537acb02ea5bd1a94793c516cd073.tar.gz
Since the command line interface for flashrom will change for 1.0
(all-caps or no-caps for short options, exclude range syntax, etc.) we should tell users in the man page and the usage message about this. Corresponding to flashrom svn r447. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
-rw-r--r--flashrom.85
-rw-r--r--flashrom.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/flashrom.8 b/flashrom.8
index cf6f5fd..805397d 100644
--- a/flashrom.8
+++ b/flashrom.8
@@ -17,6 +17,11 @@ or SPI.
.B http://coreboot.org
for details on coreboot)
.SH OPTIONS
+Please note that the command line interface for flashrom will change before
+flashrom 1.0. Do not use flashrom in scripts or other automated tools without
+checking that your flashrom version won't interpret them in a totally different
+way.
+.PP
If no file is specified, then all that happens
is that flash info is dumped and the flash chip is set to writable.
.TP
diff --git a/flashrom.c b/flashrom.c
index 0e3049c..36d145f 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -306,6 +306,10 @@ void usage(const char *name)
printf("usage: %s [-rwvEVfLhR] [-c chipname] [-s exclude_start]\n",
name);
printf(" [-e exclude_end] [-m [vendor:]part] [-l file.layout] [-i imagename] [file]\n");
+ printf("Please note that the command line interface for flashrom will "
+ "change before flashrom 1.0. Do not use flashrom in scripts or "
+ "other automated tools without checking that your flashrom "
+ "version won't interpret them in a totally different way.\n\n");
printf
(" -r | --read: read flash and save into file\n"
" -w | --write: write file into flash\n"
OpenPOWER on IntegriCloud