diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 3c64467e2f..0e411f5a5f 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -216,7 +216,7 @@ _systemctl () { suspend-then-hibernate kexec list-jobs list-sockets list-timers list-units list-unit-files poweroff reboot rescue show-environment suspend get-default - is-system-running preset-all list-automounts' + is-system-running preset-all list-automounts list-paths' [FILE]='link switch-root bind mount-image' [TARGETS]='set-default' [MACHINES]='list-machines' diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in index 2811582236..9df9e571a1 100644 --- a/shell-completion/zsh/_systemctl.in +++ b/shell-completion/zsh/_systemctl.in @@ -8,6 +8,7 @@ local -a unit_commands=( # Unit Commands "list-automounts:List automounts" + "list-paths:List paths" "list-sockets:List sockets" "list-timers:List timers" "list-units:List units"