mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
resource/generate.py: fix usage message
This commit is contained in:
parent
427a992897
commit
2a92eefd09
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import sys
|
||||||
|
|
||||||
|
|
||||||
if len(sys.argv) != 3:
|
if len(sys.argv) != 3:
|
||||||
sys.exit('Usage: extract.py <colors.json> <block_types.rs>')
|
sys.exit('Usage: generate.py <colors.json> <block_types.rs>')
|
||||||
|
|
||||||
with open(sys.argv[1]) as f:
|
with open(sys.argv[1]) as f:
|
||||||
colors = json.load(f)
|
colors = json.load(f)
|
||||||
|
|
Loading…
Add table
Reference in a new issue