Skip to content

Commit 7df5941

Browse files
committed
fix usage message to have the right script name
1 parent 32dec12 commit 7df5941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shows new data entries from the requested build files:
22
#
3-
# Usage: python new_data.py sc2reader/data/HotS/24764_units.csv sc2reader/data/HotS/24764_abilites.csv
3+
# Usage: python new_units.py sc2reader/data/HotS/24764_units.csv sc2reader/data/HotS/24764_abilites.csv
44
#
55
# The output from this can be used to update the unit_lookup.csv and ability_lookup.csv files. Maybe the
66
# script can be fixed to append these lines automatically...

0 commit comments

Comments
 (0)