diff options
Diffstat (limited to 'shell-completion/systemd-zsh-completion.zsh')
-rw-r--r-- | shell-completion/systemd-zsh-completion.zsh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh index 59755e62d9..5f75bc31b1 100644 --- a/shell-completion/systemd-zsh-completion.zsh +++ b/shell-completion/systemd-zsh-completion.zsh @@ -91,7 +91,9 @@ _ctls() '--disk-usage[Show total disk usage]' \ {-F,--field=}'[List all values a certain field takes]:Fields:_list_fields' \ '--setup-keys[Generate new FSS key pair]' \ - '--verify[Verify journal file consistency]' + '--verify[Verify journal file consistency]' \ + '--list-catalog[List messages in catalog]' \ + '--update-catalog[Update binary catalog database]' \ ;; localectl) _arguments \ |