]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Fixed incorrect usage statement in omshell.c
authorThomas Markwalder <tmark@isc.org>
Mon, 11 Dec 2017 12:28:38 +0000 (07:28 -0500)
committerThomas Markwalder <tmark@isc.org>
Mon, 11 Dec 2017 12:28:38 +0000 (07:28 -0500)
dhcpctl/omshell.c

index 9233f50ee942f64ab5c3504e5af75888d27f9149..d7a05cc4f061c6b6f0b9ec9c5033737e55a334e8 100644 (file)
@@ -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;
                    }