From: Sven Eden Date: Wed, 14 Jun 2017 15:57:24 +0000 (+0200) Subject: Prep v231: Add missing line breaks in loginctl help text X-Git-Tag: v231.3~42 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d51f91fd83c0d96a667b300b14248f1123702ba0;p=elogind.git Prep v231: Add missing line breaks in loginctl help text --- diff --git a/src/login/loginctl.c b/src/login/loginctl.c index ea6bb575b..07dbcd5ad 100644 --- a/src/login/loginctl.c +++ b/src/login/loginctl.c @@ -1388,7 +1388,7 @@ static int help(int argc, char *argv[], void *userdata) { #else /// elogind can cancel shutdowns and allows to ignore inhibitors " -c Cancel a pending shutdown or reboot\n" - " -i --ignore-inhibitors When shutting down or sleeping, ignore inhibitors\n" + " -i --ignore-inhibitors When shutting down or sleeping, ignore inhibitors\n\n" #endif // 0 "Session Commands:\n" " list-sessions List sessions\n" @@ -1415,7 +1415,7 @@ static int help(int argc, char *argv[], void *userdata) { " show-seat [NAME...] Show properties of seats or the manager\n" " attach NAME DEVICE... Attach one or more devices to a seat\n" " flush-devices Flush all device associations\n" - " terminate-seat NAME... Terminate all sessions on one or more seats\n" + " terminate-seat NAME... Terminate all sessions on one or more seats\n\n" #if 1 /// elogind adds some system commands to loginctl "System Commands:\n" " poweroff [TIME] [WALL...] Turn off the machine\n"