summaryrefslogtreecommitdiffstats
path: root/shell-completion/bash/systemctl.in
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-04-08 03:20:18 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2024-04-18 14:07:07 +0200
commitef5f7f9437bf45a5dda93ff626f99a6a24b0fca8 (patch)
tree11c79859aff2e5149929b2b68abded1edb6f4e9e /shell-completion/bash/systemctl.in
parentNEWS: mention GNOME Foundation in contributors list (diff)
downloadsystemd-ef5f7f9437bf45a5dda93ff626f99a6a24b0fca8.tar.xz
systemd-ef5f7f9437bf45a5dda93ff626f99a6a24b0fca8.zip
systemctl: add --clean= values to documentation and shell completion
Diffstat (limited to 'shell-completion/bash/systemctl.in')
-rw-r--r--shell-completion/bash/systemctl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in
index 7f85e70d40..f4576c4355 100644
--- a/shell-completion/bash/systemctl.in
+++ b/shell-completion/bash/systemctl.in
@@ -193,7 +193,7 @@ _systemctl () {
comps='auto yes no'
;;
--what)
- comps='configuration state cache logs runtime all'
+ comps='configuration state cache logs runtime fdstore all'
;;
--image)
comps=$(compgen -A file -- "$cur")