diff options
Diffstat (limited to 'shell-completion/bash/systemd-id128')
-rw-r--r-- | shell-completion/bash/systemd-id128 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-id128 b/shell-completion/bash/systemd-id128 index 54d4ec8f7a..a072770438 100644 --- a/shell-completion/bash/systemd-id128 +++ b/shell-completion/bash/systemd-id128 @@ -34,7 +34,7 @@ _systemd_id128() { ) local -A VERBS=( - [STANDALONE]='new machine-id boot-id invocation-id help' + [STANDALONE]='new machine-id boot-id invocation-id var-partition-uuid help' [ARG]='show' ) |