summaryrefslogtreecommitdiff
path: root/src/systemctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-07-08 21:45:59 +0200
committerLennart Poettering <lennart@poettering.net>2011-07-08 21:45:59 +0200
commitaca4c78676cd503079581fe878e06332ce6bb255 (patch)
treef60c1581406ab2c41634eded879e120ed16ac273 /src/systemctl.c
parent1189684177225925f5927d9f8e1e3f699adf6de3 (diff)
systemctl: fix --help syntax for variables
Diffstat (limited to 'src/systemctl.c')
-rw-r--r--src/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c
index 1735223e3b..840e2ffc2d 100644
--- a/src/systemctl.c
+++ b/src/systemctl.c
@@ -4245,7 +4245,7 @@ static int systemctl_help(void) {
" When queueing a new job, ignore all its dependencies\n"
" --kill-who=WHO Who to send signal to\n"
" -s --signal=SIGNAL Which signal to send\n"
- " -H --host=[user@]host\n"
+ " -H --host=[USER@]HOST\n"
" Show information for remote host\n"
" -P --privileged Acquire privileges before execution\n"
" -q --quiet Suppress output\n"