summaryrefslogtreecommitdiff
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorMarcos Mello <marcosfrm@users.noreply.github.com>2015-11-11 08:29:46 -0200
committerMarcos Mello <marcosfrm@users.noreply.github.com>2015-11-11 08:29:46 -0200
commit23c35c82c43cfb0997ef6dedfd39d5acac44e7d7 (patch)
tree3fe35bb3fd7cfded58a312a4b5bc5315559c143c /shell-completion/bash
parent2d0246bbd268c96d6e44197901b387415a0d3b34 (diff)
shell-completion: journalctl: add -S and -U options
Added by 66f5292
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/journalctl2
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'
)