Skip to content

Commit

Permalink
Merge pull request #13 from rmanly/typo
Browse files Browse the repository at this point in the history
Typo in error message
  • Loading branch information
timsutton committed Apr 19, 2016
2 parents a14a19d + 24c13d2 commit a0e04c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcxToProfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def main():
if (not options.identifier and not options.identifier_from_profile) or \
(options.identifier and options.identifier_from_profile):
parser.print_usage()
errorAndExit("Error: identifier must be provided with either '--identifier' or '--identifier_from_profile'")
errorAndExit("Error: identifier must be provided with either '--identifier' or '--identifier-from-profile'")

if options.identifier:
identifier = options.identifier
Expand Down

0 comments on commit a0e04c6

Please sign in to comment.