chiark / gitweb /
Prep v231: Add missing line breaks in loginctl help text
authorSven Eden <yamakuzure@gmx.net>
Wed, 14 Jun 2017 15:57:24 +0000 (17:57 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:13:02 +0000 (10:13 +0200)
src/login/loginctl.c

index ea6bb575b89a75f97eba0fea8465b55f5a5d1665..07dbcd5ad0bc120feec078a2a9b6a2ff8ab52479 100644 (file)
@@ -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"