From ef5f7f9437bf45a5dda93ff626f99a6a24b0fca8 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 8 Apr 2024 02:20:18 +0100 Subject: systemctl: add --clean= values to documentation and shell completion --- shell-completion/bash/systemctl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion') 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") -- cgit v1.2.3