Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
75643fa0
Commit
75643fa0
authored
Apr 20, 2015
by
Marcin Siodelski
Browse files
[3784] Removed spurious printf parameter in keactrl.
parent
4aff6048
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/keactrl/keactrl.in
View file @
75643fa0
...
...
@@ -61,7 +61,7 @@ is_in_list() {
# Prints keactrl usage.
usage
()
{
printf
"usage is %s command [-c keactrl-config-file] [-s server[,server,..]]
\n
"
$(
basename
${
0
}
)
printf
"commands: start stop reload status
\n
"
$(
basename
${
0
}
)
printf
"commands: start stop reload status
\n
"
}
### Functions managing Kea processes ###
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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