1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

shell-completion: add systemctl list-automounts

This commit is contained in:
David Tardon 2022-07-22 17:07:56 +02:00
parent 2d5cdc6224
commit 5edea3b77e
2 changed files with 2 additions and 1 deletions

View File

@ -215,7 +215,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'
is-system-running preset-all list-automounts'
[FILE]='link switch-root bind mount-image'
[TARGETS]='set-default'
[MACHINES]='list-machines'

View File

@ -7,6 +7,7 @@
local -a unit_commands=(
# Unit Commands
"list-automounts:List automounts"
"list-sockets:List sockets"
"list-timers:List timers"
"list-units:List units"