More consistent missing-input error messages

This commit is contained in:
Rangi42
2025-08-05 11:22:58 -04:00
parent 26c6911c8f
commit 2d5f4d8910
4 changed files with 4 additions and 5 deletions

View File

@@ -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();