summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-11 07:28:38 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-11 07:28:38 -0500
commit7b4f284e504380c252ab19c1107e67cd01383e09 (patch)
tree8f6cf66316f51016c6c49d2d3fde6dcec65cf46c /dhcpctl
parente6ffc27f24321017a5ad9af3707f4e2e54bbac74 (diff)
downloadisc-dhcp-7b4f284e504380c252ab19c1107e67cd01383e09.tar.gz
[master] Fixed incorrect usage statement in omshell.c
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;
}