Skip to content

Commit

Permalink
json_to_csv: minor tweak to version case
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolussetti committed Mar 23, 2019
1 parent e69cb9d commit 6ac4044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_to_csv/opendota_jsontocsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


if __name__ == '__main__':
arguments = docopt(__doc__, version='OpenDotaDumpTools JSONtoCSV 0.2')
arguments = docopt(__doc__, version='OpenDotaDumpTools JsonToCsv 0.2')

print("Starting OpenDotaDumpTools...")

Expand Down

0 comments on commit 6ac4044

Please sign in to comment.