X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemctl.c;h=3767e221354f7e8575f3a468d69eff4905b324fb;hb=74b91131ed09850ed487a2f7849147ff6f80194d;hp=1735223e3ba8dadd187b19f6705d9acad80f9f0f;hpb=a4c279f87451186b8beb1b8cc21c7cad561ecf4b;p=elogind.git diff --git a/src/systemctl.c b/src/systemctl.c index 1735223e3..3767e2213 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" @@ -5112,7 +5112,7 @@ static int talk_upstart(void) { goto finish; } - r = 0; + r = 1; finish: if (m)