Fix mkdmadaata usage (#1617)

This commit is contained in:
Dragorn421
2024-01-24 19:34:34 +01:00
committed by GitHub
parent 3d9db8d34d
commit 111c2e84ae
+1 -1
View File
@@ -54,7 +54,7 @@ static void usage(const char *execname)
fprintf(stderr, "zelda64 dmadata generation tool v0.01\n"
"usage: %s SPEC_FILE DMADATA_TABLE COMPRESS_RANGES\n"
"SPEC_FILE file describing the organization of object files into segments\n"
"DMADATA_TABLE filename of output dmadata table header\n",
"DMADATA_TABLE filename of output dmadata table header\n"
"COMPRESS_RANGES filename to write which files are compressed (e.g. 0-5,7,10-20)\n",
execname);
}