diff options
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/lsclocks | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash-completion/lsclocks b/bash-completion/lsclocks index bd81d88bc2..6048323c95 100644 --- a/bash-completion/lsclocks +++ b/bash-completion/lsclocks @@ -15,6 +15,9 @@ _lsclocks_module() '-o'|'--output') return 0 ;; + '--output-all') + return 0 + ;; '-r'|'--raw') return 0 ;; @@ -32,6 +35,7 @@ _lsclocks_module() OPTS="--json --noheadings --output + --output-all --raw --time --help |
