mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
More consistent missing-input error messages
This commit is contained in:
@@ -862,7 +862,7 @@ int main(int argc, char *argv[]) {
|
||||
&& !localOptions.reverse) {
|
||||
processPalettes();
|
||||
} else {
|
||||
usage.printAndExit("No input image specified");
|
||||
usage.printAndExit("No input file specified (pass `-` to read from standard input)");
|
||||
}
|
||||
|
||||
requireZeroErrors();
|
||||
|
||||
Reference in New Issue
Block a user