projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
443aacf
)
fix typo in systemctl help
v246.1
author
Matt Fenwick
<mfenwick100@gmail.com>
Fri, 7 Aug 2020 14:43:11 +0000
(10:43 -0400)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 7 Aug 2020 15:09:53 +0000
(17:09 +0200)
(cherry picked from commit
c1c28fe2f70573270b0544670dba38b3a2f06c13
)
src/systemctl/systemctl.c
patch
|
blob
|
history
diff --git
a/src/systemctl/systemctl.c
b/src/systemctl/systemctl.c
index c58a19a099d0780a099c93cf044854842cc75753..eafae6e4f895a41c5c5a49529a07b1020c384a53 100644
(file)
--- a/
src/systemctl/systemctl.c
+++ b/
src/systemctl/systemctl.c
@@
-7718,7
+7718,7
@@
static int systemctl_help(void) {
" -M --machine=CONTAINER Operate on a 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"
+ " --failed Shor
t
cut for --state=failed\n"
" -p --property=NAME Show only properties by this name\n"
" -P NAME Equivalent to --value --property=NAME\n"
" -a --all Show all properties/all units currently in memory,\n"