diff options
author | Namhyung Kim <namhyung@gmail.com> | 2017-02-14 23:08:46 +0900 |
---|---|---|
committer | Namhyung Kim <namhyung@gmail.com> | 2017-02-14 23:27:16 +0900 |
commit | 5badf05f39cdf2807b3b99ee8a499058056a0361 (patch) | |
tree | 9c4f72fb8e003976b0f4e511a8f675a0cf38a319 /shell-completion/zsh | |
parent | c1143c930fed22e7196d987cfacd37e4593b7878 (diff) |
shell_completion: Add -r option for coredumpctl
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r-- | shell-completion/zsh/_coredumpctl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_coredumpctl b/shell-completion/zsh/_coredumpctl index e4c04a697f..64b44c1214 100644 --- a/shell-completion/zsh/_coredumpctl +++ b/shell-completion/zsh/_coredumpctl @@ -32,6 +32,7 @@ _arguments \ {-o+,--output=}'[Write output to FILE]:output file:_files' \ {-F+,--field=}'[Show field in list output]:field' \ '-1[Show information about most recent entry only]' \ + {-r,--reverse}'[Show the newest entries first]' \ '--no-pager[Do not pipe output into a pager]' \ '--no-legend[Do not print the column headers]' \ {-h,--help}'[Show this help]' \ |