Change command line option message on -q to make it more accurate
authorChris Lattner <sabre@nondot.org>
Wed, 31 Jul 2002 16:52:49 +0000 (16:52 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Jul 2002 16:52:49 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3177 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/opt.cpp

index 6f7343bae3dd876af85645a049535178ae3fad0a..faaf6e2eb20bad0787d495be18b8feb0189c5d6d 100644 (file)
@@ -47,7 +47,7 @@ static cl::opt<bool>
 PrintEachXForm("p", cl::desc("Print module after each transformation"));
 
 static cl::opt<bool>
-Quiet("q", cl::desc("Don't print modifying pass names"));
+Quiet("q", cl::desc("Don't print 'program modified' message"));
 
 static cl::alias
 QuietA("quiet", cl::desc("Alias for -q"), cl::aliasopt(Quiet));