diff options
author | Luca Boccassi <bluca@debian.org> | 2024-04-08 03:20:18 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-04-18 14:07:07 +0200 |
commit | ef5f7f9437bf45a5dda93ff626f99a6a24b0fca8 (patch) | |
tree | 11c79859aff2e5149929b2b68abded1edb6f4e9e /shell-completion/bash/systemctl.in | |
parent | NEWS: mention GNOME Foundation in contributors list (diff) | |
download | systemd-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.in | 2 |
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") |