projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
647541a
)
Fix usage (#2613)
author
Florian Fainelli
<florian@openwrt.org>
Thu, 1 Nov 2007 17:38:02 +0000
(17:38 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 1 Nov 2007 17:38:02 +0000
(17:38 +0000)
SVN-Revision: 9479
package/nvram/src/main.c
patch
|
blob
|
history
diff --git
a/package/nvram/src/main.c
b/package/nvram/src/main.c
index 7af26729d9b483b0c9260ef5a87e403b3764a918..c42c28f1fd9f8b08f56904fd5d132bc23202c385 100644
(file)
--- a/
package/nvram/src/main.c
+++ b/
package/nvram/src/main.c
@@
-22,7
+22,7
@@
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);
}