From d51f91fd83c0d96a667b300b14248f1123702ba0 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Wed, 14 Jun 2017 17:57:24 +0200 Subject: [PATCH] Prep v231: Add missing line breaks in loginctl help text --- src/login/loginctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2