diff options
Diffstat (limited to 'shell-completion/zsh/_bootctl')
-rw-r--r-- | shell-completion/zsh/_bootctl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_bootctl b/shell-completion/zsh/_bootctl index f021978f5f..4082683372 100644 --- a/shell-completion/zsh/_bootctl +++ b/shell-completion/zsh/_bootctl @@ -83,4 +83,5 @@ _arguments \ '--root=[Operate under the specified directory]:PATH' \ '--image=[Operate on the specified image]:PATH' \ '--install-source[Where to pick files when using --root=/--image=]:options:(image host auto)' \ + '--random-seed[Whether to create random-seed file during install]:options:(yes no)' \ '*::bootctl command:_bootctl_commands' |