diff options
author | Giedrius Statkevičius <giedrius.statkevicius@gmail.com> | 2017-02-24 21:30:59 +0200 |
---|---|---|
committer | Giedrius Statkevičius <giedrius.statkevicius@gmail.com> | 2017-02-24 21:30:59 +0200 |
commit | 15710d44791f8f56dd688cff6c597622bbd70b3c (patch) | |
tree | 7da326b0cf271958a9a61fd7ca773b075bd5cf55 /shell-completion/bash | |
parent | 4ab2753e368e0872fce7835650688af12d26920f (diff) |
shell-completion: include the new coredumpctl options
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/coredumpctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/coredumpctl b/shell-completion/bash/coredumpctl index d34f89e2bb..87fe473e09 100644 --- a/shell-completion/bash/coredumpctl +++ b/shell-completion/bash/coredumpctl @@ -38,7 +38,7 @@ _coredumpctl() { local i verb comps local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} local OPTS='-h --help --version --no-pager --no-legend -o --output -F --field -1 - -r --reverse' + -r --reverse -S --since -U --until' local -A VERBS=( [LIST]='list' |