mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +00:00
[master] Fixed incorrect usage statement in omshell.c
This commit is contained in:
parent
e6ffc27f24
commit
7b4f284e50
@ -385,7 +385,7 @@ main(int argc, char **argv) {
|
||||
|
||||
token = next_token (&val, (unsigned *)0, cfile);
|
||||
if (token != END_OF_FILE && token != EOL) {
|
||||
printf ("usage: key <name> <value> {algorithm}\n");
|
||||
printf ("usage: key <name> <value>\n");
|
||||
skip_to_semi (cfile);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user