Fix usage (#2613)
authorFlorian Fainelli <florian@openwrt.org>
Thu, 1 Nov 2007 17:38:02 +0000 (17:38 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 1 Nov 2007 17:38:02 +0000 (17:38 +0000)
SVN-Revision: 9479

package/nvram/src/main.c

index 7af26729d9b483b0c9260ef5a87e403b3764a918..c42c28f1fd9f8b08f56904fd5d132bc23202c385 100644 (file)
@@ -22,7 +22,7 @@
 static void
 usage(void)
 {
 static void
 usage(void)
 {
-       fprintf(stderr, "usage: nvram [get name] [set name=value] [unset name] [show]\n");
+       fprintf(stderr, "usage: nvram [get name] [set name=value] [unset name] [commit] [show]\n");
        exit(0);
 }
 
        exit(0);
 }