diff options
author | Daniel Mack <github@zonque.org> | 2015-11-11 12:12:33 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-11 12:12:33 +0100 |
commit | a5642c7ee3dbd9aae07b531a81c0f02b3c2e1103 (patch) | |
tree | d5592692334f647856caf18199b30ec295f12794 | |
parent | 919ae5349f71c71189f9fe4b304b520bf8b1074d (diff) | |
parent | 23c35c82c43cfb0997ef6dedfd39d5acac44e7d7 (diff) |
Merge pull request #1846 from marcosfrm/journalctl-shell-completion
shell-completion: journalctl: add -S and -U options
-rw-r--r-- | shell-completion/bash/journalctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 056cdbce70..4a7e0da1ab 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -51,7 +51,7 @@ _journalctl() { [ARG]='-b --boot --this-boot -D --directory --file -F --field -o --output -u --unit --user-unit -p --priority --vacuum-size --vacuum-time' - [ARGUNKNOWN]='-c --cursor --interval -n --lines --since --until + [ARGUNKNOWN]='-c --cursor --interval -n --lines -S --since -U --until --after-cursor --verify-key -t --identifier --root -M --machine' ) |