chiark / gitweb /
fix --full for journalctl zsh completion
[elogind.git] / shell-completion / systemd-zsh-completion.zsh
index 59755e62d9863a3f8cbff8d8b3e1ebc00047b267..a58f4ae0d4c4340dd26ea1d4989df11ce90cb6a0 100644 (file)
@@ -77,6 +77,7 @@ _ctls()
                 {-n,--lines=}'[Number of journal entries to show]:integer' \
                 '--no-tail[Show all lines, even in follow mode]' \
                 {-o,--output=}'[Change journal output mode]:output modes:_outputmodes' \
+                '--full[Show long fields in full]' \
                 {-a,--all}'[Show all fields, including long and unprintable]' \
                 {-q,--quiet}"[Don't show privilege warning]" \
                 '--no-pager[Do not pipe output into a pager]' \
@@ -91,7 +92,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 \