Skip to content

Commit

Permalink
Fix usage message in command line
Browse files Browse the repository at this point in the history
  • Loading branch information
agraboso committed Oct 5, 2015
1 parent 3e92df3 commit 87f72dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge_ics/merge_ics.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main():
# Get the name of the config file
if len(sys.argv) != 2:
print 'Usage:'
print ' python merge-ics.py <config_file>'
print ' merge-ics <config_file>'
return 1
config_file = sys.argv[1]

Expand Down

0 comments on commit 87f72dc

Please sign in to comment.