Skip to content

Commit 04f4dfa

Browse files
authored
main.cpp: added missing help entry for -f (#528)
1 parent 37fa4f4 commit 04f4dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ int main(int argc, char **argv)
106106
std::cout << " -q Quiet mode (no output)." << std::endl;
107107
std::cout << " -is Use std::istream interface." << std::endl;
108108
std::cout << " -e Output errors only." << std::endl;
109+
std::cout << " -f Fail when errors were encountered (exitcode 1)." << std::endl;
109110
std::exit(0);
110111
}
111112

0 commit comments

Comments
 (0)