Hello flashrom people,

I just wanted to bring a small triviality to your attention: currently, `flashrom --help' warns the user that the command line interface is due to change before v1.0, but we have already passed that version.

It is a very trivial change, but for convenience's sake I will attach a patch for `git apply'.
diff --git a/cli_classic.c b/cli_classic.c
index ced08c6..4f6719f 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|"
_______________________________________________
flashrom mailing list -- flashrom@flashrom.org
To unsubscribe send an email to flashrom-le...@flashrom.org

Reply via email to