From b63f4a38089495b12c7c948dc14433dea70c349d Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Thu, 16 Nov 2017 22:32:20 -0700 Subject: [PATCH] Usage: clarify meaning of -s; fixes #1135. --- StandAlone/StandAlone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp index 91ed5f1b..3abc8b51 100644 --- a/StandAlone/StandAlone.cpp +++ b/StandAlone/StandAlone.cpp @@ -1291,7 +1291,7 @@ void usage() " -o save binary to , requires a binary option (e.g., -V)\n" " -q dump reflection query database\n" " -r synonym for --relaxed-errors\n" - " -s silent mode\n" + " -s silence syntax and semantic error reporting\n" " -t multi-threaded mode\n" " -v print version strings\n" " -w synonym for --suppress-warnings\n"