mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
bash completion: add missing parameters for portablectl
This commit is contained in:
parent
966d7977c7
commit
d3322c1fdb
@ -37,7 +37,7 @@ _portablectl() {
|
||||
local -A OPTS=(
|
||||
[STANDALONE]='-q --quiet --runtime --no-reload --cat --no-pager --no-legend
|
||||
--no-ask-password --enable --now -h --help --version
|
||||
--clean'
|
||||
--clean --no-block --force'
|
||||
[ARG]='-p --profile --copy -H --host -M --machine --extension'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user