generators: fix filename typo in help message

This commit is contained in:
Jan Edmund Lazo
2019-04-13 12:07:35 -04:00
parent 09120df890
commit 1d27a27656

View File

@@ -17,7 +17,7 @@
-- which don't have ambiguous or double width, and emoji_all has all Emojis. -- which don't have ambiguous or double width, and emoji_all has all Emojis.
if arg[1] == '--help' then if arg[1] == '--help' then
print('Usage:') print('Usage:')
print(' genunicodetables.lua unicode/ unicode_tables.generated.h') print(' gen_unicode_tables.lua unicode/ unicode_tables.generated.h')
os.exit(0) os.exit(0)
end end