]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
zsh-completion: journalctl --identifier 1671/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 25 Oct 2015 14:49:19 +0000 (10:49 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 25 Oct 2015 14:49:19 +0000 (10:49 -0400)
Fixes #1549.

shell-completion/zsh/_journalctl

index 863348e05015cda24e693c0718a84a8c834eb965..b50f0cafc98f66f943a97f76e34efc2bff6d5455 100644 (file)
@@ -69,6 +69,7 @@ _arguments -s \
     {-u+,--unit=}'[Show data only from the specified unit]:units:_journal_fields _SYSTEMD_UNIT' \
     '--user-unit=[Show data only from the specified user session unit]:units:_journal_fields USER_UNIT' \
     {-p+,--priority=}'[Show only messages within the specified priority range]:priority:_journal_fields PRIORITY' \
+    {-t+,--identifier=}'[Show only messages with the specified syslog identifier]:identifier:_journal_fields SYSLOG_IDENTIFIER' \
     {-c+,--cursor=}'[Start showing entries from the specified cursor]:cursors:_journal_fields __CURSORS' \
     '--after-cursor=[Start showing entries from after the specified cursor]:cursors:_journal_fields __CURSORS' \
     '--since=[Start showing entries on or newer than the specified date]:YYYY-MM-DD HH\:MM\:SS' \