mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
More consistent missing-input error messages
This commit is contained in:
@@ -898,7 +898,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
argv += musl_optind;
|
||||
if (!*argv) {
|
||||
usage.printAndExit("Please specify an input file (pass `-` to read from standard input)");
|
||||
usage.printAndExit("No input file specified (pass `-` to read from standard input)");
|
||||
}
|
||||
|
||||
if (outputFilename && argc != musl_optind + 1) {
|
||||
|
||||
Reference in New Issue
Block a user