diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-28 00:25:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-28 00:25:59 +0100 |
commit | bea0cd38b733b4c709ff449f336299c4c962e3ab (patch) | |
tree | e5dd76ca44e6b3e75e8279f663cc5ec7455a9157 | |
parent | add copyright notice to src/completion (diff) | |
download | blueshift-bea0cd38b733b4c709ff449f336299c4c962e3ab.tar.gz blueshift-bea0cd38b733b4c709ff449f336299c4c962e3ab.tar.bz2 blueshift-bea0cd38b733b4c709ff449f336299c4c962e3ab.tar.xz |
update src/completion with +t
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/completion b/src/completion index 851ab59..db5ea36 100644 --- a/src/completion +++ b/src/completion @@ -29,6 +29,7 @@ ((options -b --brightness) (complete --brightness) (arg RGB|R:G:B) (files -0) (desc 'Change brightness using sRGB')) ((options +b ++brightness) (complete ++brightness) (arg Y) (files -0) (desc 'Change brightness using CIE xyY')) ((options -t --temperature) (complete --temperature) (arg KELVIN) (files -0) (desc 'Change colour temperature')) + ((options +t ++temperature) (complete ++temperature) (arg KELVIN) (files -0) (desc 'Change colour temperature using CIE xyY instead of sRBG')) ((options -l --location) (complete --location) (arg LAT:LON) (files -0) (desc 'Specify your geographical location')) ((options -o --output --crtc) (complete --output) (arg CRTC) (files -0) (desc 'Select CRTC to apply changes to')) ) |