mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
[makerom/ctrtool] Updated usage text. (now with build datestamp)
This commit is contained in:
+3
-2
@@ -38,9 +38,10 @@ typedef struct
|
||||
static void usage(const char *argv0)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"Usage: %s [options...] <file>\n"
|
||||
"CTRTOOL (c) neimod, 3DSGuy.\n"
|
||||
"Built: %s %s\n"
|
||||
"\n"
|
||||
"Usage: %s [options...] <file>\n"
|
||||
"Options:\n"
|
||||
" -i, --info Show file info.\n"
|
||||
" This is the default action.\n"
|
||||
@@ -86,7 +87,7 @@ static void usage(const char *argv0)
|
||||
" --romfsdir=dir Specify RomFS directory path.\n"
|
||||
" --listromfs List files in RomFS.\n"
|
||||
"\n",
|
||||
argv0);
|
||||
__TIME__, __DATE__, argv0);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user