diff options
| author | Thomas Weißschuh <thomas@t-8ch.de> | 2023-07-03 17:55:40 +0200 |
|---|---|---|
| committer | Thomas Weißschuh <thomas@t-8ch.de> | 2023-07-03 18:05:45 +0200 |
| commit | 9f59d21caad63434ac860cc55a3652825be07366 (patch) | |
| tree | ff92ba4f4b0c243020d17eb3ee316507b18c3664 /bash-completion | |
| parent | 689c03b416061c2d09a73d0ce8b0946ce9982336 (diff) | |
| download | util-linux-9f59d21caad63434ac860cc55a3652825be07366.tar.gz | |
lsclocks: add --output-all
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
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 |
