Skip to content

Commit

Permalink
Proper output when invalid args
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Jun 23, 2013
1 parent 5fb1ebb commit facb60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brightness
Expand Up @@ -23,7 +23,7 @@ STEPS = 10


def die():
print(sys.argv)
print(__doc__.strip())
sys.exit(1)


Expand Down

0 comments on commit facb60b

Please sign in to comment.