diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-04-11 19:27:57 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-04-11 19:27:57 +0200 | 
| commit | a649074b1065925789f636f94c32d03b13e45e26 (patch) | |
| tree | 824f37baf4ccb8a78d17ea8e981e034fd7c767a3 | |
| parent | user interface continuously prints status in initialised terminal (diff) | |
| download | nightshift-a649074b1065925789f636f94c32d03b13e45e26.tar.gz nightshift-a649074b1065925789f636f94c32d03b13e45e26.tar.bz2 nightshift-a649074b1065925789f636f94c32d03b13e45e26.tar.xz  | |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | src/completion | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/completion b/src/completion index b9b8e93..f0fb7a6 100644 --- a/src/completion +++ b/src/completion @@ -32,6 +32,6 @@    (argumented   (options -t --temperature)   (complete --version)       (arg DAY:NIGHT)        (files -0) (desc 'Colour temperature to set at daytime/night'))    (argumented   (options -l --location)      (complete --location)      (arg LAT:LON|PROVIDER) (files -0) (desc 'Your current location or location provider'))    (argumented   (options -m --method)        (complete --method)        (arg METHOD)           (files -0) (desc 'Method to use to set colour temperature')) -  (unargumented (options -r --no-transition) (complete --no-transition)                        (files -0) (desc 'Disable temperature transitions')) +  (unargumented (options -r --no-transition) (complete --no-transition)                                   (desc 'Disable temperature transitions'))  )  | 
