summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-31 10:30:09 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-06-01 09:23:55 +0200
commit5b69a7c540828098cd353a8b7e5207750e02347b (patch)
treeadde527f41555a99e9ccae31b00783d11c8a713c /src/systemctl/systemctl.c
parent1cc11a0951037054e14c663946ed9091b61f3cb6 (diff)
downloadsystemd-5b69a7c540828098cd353a8b7e5207750e02347b.tar.gz
man/systemctl: improve grammar in description of --check-inhibitors
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r--src/systemctl/systemctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 97ec51b7d9..d1cb4b7003 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -257,8 +257,8 @@ static int systemctl_help(void) {
" --show-types When showing sockets, explicitly show their type\n"
" --value When showing properties, only print the value\n"
" --check-inhibitors=MODE\n"
- " Specify if checking inhibitors before shutting down,\n"
- " sleeping or hibernating\n"
+ " Whether to check inhibitors before shutting down,\n"
+ " sleeping, or hibernating\n"
" -i Shortcut for --check-inhibitors=no\n"
" --kill-who=WHO Whom to send signal to\n"
" -s --signal=SIGNAL Which signal to send\n"