From f11880744c27209a42f502c690db86b38d2db14b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 28 Oct 2013 23:43:57 -0400 Subject: journalctl: add --list-boots to show boot IDs and times Suggested by David Wilkins in https://bugzilla.redhat.com/show_bug.cgi?id=967521: > [Specific boot ID is a] bit of a palaver to obtain. I consulted the > verbose dump of the journal to discover the _BOOT_ID for the > timestamp, and then generated the journal dump for that boot using > journalctl _BOOT_ID=foo -o short-monotonic. --- shell-completion/zsh/_journalctl | 1 + 1 file changed, 1 insertion(+) (limited to 'shell-completion/zsh') diff --git a/shell-completion/zsh/_journalctl b/shell-completion/zsh/_journalctl index 73646b57f5..29ff3e34ee 100644 --- a/shell-completion/zsh/_journalctl +++ b/shell-completion/zsh/_journalctl @@ -70,6 +70,7 @@ _arguments -s \ {-q,--quiet}"[Don't show privilege warning]" \ {-m,--merge}'[Show entries from all available journals]' \ {-b+,--boot=}'[Show data only from the specified boot or offset]:boot id or offset:_journal_boots' \ + '--list-boots[List boots ordered by time]' \ {-k,--dmesg}'[Show only kernel messages, Implies -b]' \ {-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' \ -- cgit v1.2.3-54-g00ecf