Skip to content

Commit

Permalink
Remove unused CLI option and correct help text
Browse files Browse the repository at this point in the history
  • Loading branch information
cryzed committed Jan 20, 2018
1 parent 8ed16aa commit 73bce4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions amby/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@
'--interval', '-i', type=float, default=0.1,
help='The interval to wait before calculating and setting the ambient color again')
argument_parser.add_argument('--run-once', '-o', action='store_true', help='Set the ambient color once and exit')
argument_parser.add_argument(
'--luminance-percentage', '-l', type=float, default='10',
help='Specify which percentage of brightest colors to average in luminance mode')
argument_parser.add_argument(
'--change-brightness', '-b', action='store_true',
help='Adjust brightness of lights based on the overall relative luminance of the specified screen')
help='Adjust brightness of lights based on the luminance of the calculated ambient color')
argument_parser.add_argument(
'--min-brightness', '-m', type=float, default=0, help='Minimum brightness in percent')
argument_parser.add_argument(
Expand Down

0 comments on commit 73bce4e

Please sign in to comment.