Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
7b4f284e
Commit
7b4f284e
authored
Dec 11, 2017
by
Thomas Markwalder
Browse files
[master] Fixed incorrect usage statement in omshell.c
parent
e6ffc27f
Changes
1
Hide whitespace changes
Inline
Side-by-side
dhcpctl/omshell.c
View file @
7b4f284e
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment