mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-04 02:44:24 +00:00
Fix mkdmadaata usage (#1617)
This commit is contained in:
parent
3d9db8d34d
commit
111c2e84ae
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static void usage(const char *execname)
|
||||||
fprintf(stderr, "zelda64 dmadata generation tool v0.01\n"
|
fprintf(stderr, "zelda64 dmadata generation tool v0.01\n"
|
||||||
"usage: %s SPEC_FILE DMADATA_TABLE COMPRESS_RANGES\n"
|
"usage: %s SPEC_FILE DMADATA_TABLE COMPRESS_RANGES\n"
|
||||||
"SPEC_FILE file describing the organization of object files into segments\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",
|
"COMPRESS_RANGES filename to write which files are compressed (e.g. 0-5,7,10-20)\n",
|
||||||
execname);
|
execname);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue