Update of /cvsroot/blob/blob/src/blob
In directory usw-pr-cvs1:/tmp/cvs-serv18662/src/blob
Modified Files:
flash-commands.c
Log Message:
help text
Index: flash-commands.c
===================================================================
RCS file: /cvsroot/blob/blob/src/blob/flash-commands.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- flash-commands.c 16 Jan 2002 20:51:02 -0000 1.2
+++ flash-commands.c 30 Apr 2002 23:28:25 -0000 1.3
@@ -99,7 +99,7 @@
return 0;
}
-static char lockhelp[] = "fllock {blob|param|kernel|ramdisk}\n"
+static char lockhelp[] = "lock {blob|param|kernel|ramdisk}\n"
"Lock <argument> region of flash\n";
__commandlist(Lock, "lock", lockhelp);
|