diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-04-03 07:11:44 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-04-03 07:11:44 +0000 |
commit | 10f883fe7ef74139f8778e49acacf0ce408e7088 (patch) | |
tree | a1bc051d15d9e656358f1435d807da9147564eeb | |
parent | ec5d81b73fc8b7bceaf7a8ad3c7a1ffd6dca78b8 (diff) |
Remove impossible "-?" option.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49149 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/scan-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scan-build b/utils/scan-build index 12a7dbca2e..116fa6bdb1 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -312,7 +312,7 @@ OPTIONS: the analyzer. If this option is not specified, a directory is created in /tmp to store the reports. - -?, -h - Display this message. + -h - Display this message. --help -k - Add a "keep on going" option to the specified build command. |