Skip to content

Commit

Permalink
Slight rewording of the help text for %f
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes H. Jensen committed Aug 7, 2013
1 parent 26efd95 commit ae8a5d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions whenchanged/whenchanged.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
usage = 'Usage: %(prog)s FILE COMMAND...'
usage += '\n %(prog)s FILE [FILE ...] -c COMMAND...'
description = 'Run a command when a file is changed.\n'
description += 'You can pass filename to the command\n'
description += 'by "%f" variable.'
description += 'Use %f to pass the filename to the command.\n'

def print_usage(prog):
print usage % {'prog': prog}
Expand Down

0 comments on commit ae8a5d2

Please sign in to comment.