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
Adam Osuchowski
Kea
Commits
803abc60
Commit
803abc60
authored
Aug 21, 2014
by
Tomek Mrugalski
🛰
Browse files
[master] Minor tweak in keactrl usage message (#3522)
parent
8093112f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/keactrl/keactrl.in
View file @
803abc60
...
...
@@ -60,7 +60,8 @@ is_in_list() {
# Prints keactrl usage.
usage
()
{
printf
"usage is %s [-c keactrl-config-file] [-s server[,server,..]]
\n
"
$(
basename
${
0
}
)
printf
"usage is %s command [-c keactrl-config-file] [-s server[,server,..]]
\n
"
$(
basename
${
0
}
)
printf
"commands: start stop reload status
\n
"
$(
basename
${
0
}
)
}
### Functions managing Kea processes ###
...
...
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