* SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
* FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
*
- * $Id$
*/
#include <stdio.h>
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);
}