mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
minor fixes
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
// Build Options
|
||||
|
||||
#define BUILD_CONSOLE_INTERFACE 1
|
||||
#define BUILD_TITLE "Epic Games Tools (R) RAD COFF/PE Linker"
|
||||
#define BUILD_TITLE "Epic Games Tools (R) RAD PE/COFF Linker"
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
|
||||
@@ -882,7 +882,7 @@ lnk_print_help(void)
|
||||
fprintf(stdout, "--- Help -------------------------------------------------------\n");
|
||||
fprintf(stdout, " %s\n", BUILD_TITLE_STRING_LITERAL);
|
||||
fprintf(stdout, "\n");
|
||||
fprintf(stdout, " Usage: rad-link.exe [Options] [Files] [@rsp]\n");
|
||||
fprintf(stdout, " Usage: radlink.exe [Options] [Files] [@rsp]\n");
|
||||
fprintf(stdout, "\n");
|
||||
|
||||
fprintf(stdout, " Options:\n");
|
||||
|
||||
Reference in New Issue
Block a user