summaryrefslogtreecommitdiffstats
path: root/src/systemctl/systemctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-22 20:22:26 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-25 15:25:58 +0100
commit1d52a931c667f2ee139dbacaa35babafdf8decc0 (patch)
treeac146c1d24539076db855503a04b75b9e3a1ed50 /src/systemctl/systemctl.c
parentsystemctl: underline sections in help text (diff)
downloadsystemd-1d52a931c667f2ee139dbacaa35babafdf8decc0.tar.xz
systemd-1d52a931c667f2ee139dbacaa35babafdf8decc0.zip
systemctl: move --failed close to --state= in help text
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 5497b2c3f5..4dd5cd3768 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -7544,11 +7544,11 @@ static int systemctl_help(void) {
" Operate on local container\n"
" -t --type=TYPE List units of a particular type\n"
" --state=STATE List units with particular LOAD or SUB or ACTIVE state\n"
+ " --failed Shorcut for --state=failed\n"
" -p --property=NAME Show only properties by this name\n"
" -a --all Show all properties/all units currently in memory,\n"
" including dead/empty ones. To list all units installed on\n"
" the system, use the 'list-unit-files' command instead.\n"
- " --failed Same as --state=failed\n"
" -l --full Don't ellipsize unit names on output\n"
" -r --recursive Show unit list of host and local containers\n"
" --reverse Show reverse dependencies with 'list-dependencies'\n"