mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:17:30 +02:00
Fix usage (#2613)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9479 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a3f3528dd9
commit
c01bcaefbb
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user