Added missing parameter in command line help

svn-id: r25777
This commit is contained in:
Paul Gilbert 2007-02-22 06:23:24 +00:00
parent 15168e6c42
commit 2aa2dc2629

View file

@ -1187,7 +1187,7 @@ int main(int argc, char *argv[])
if (!lure_exe.open(inFilename))
{
if (argc == 1)
printf("Format: %s input_exe_filename output_filename\n");
printf("Format: %s input_exe_filename output_filename\n", argv[0]);
else
printf("Could not open file: %s\n", inFilename);
}