summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/omshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c
index 9233f50e..d7a05cc4 100644
--- a/dhcpctl/omshell.c
+++ b/dhcpctl/omshell.c
@@ -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;
}