From f9e173e85ab1e4062cc723cab6db0b86ed2578b8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 31 Jul 2002 16:52:49 +0000 Subject: Change command line option message on -q to make it more accurate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3177 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/opt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/opt/opt.cpp') diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 6f7343bae3..faaf6e2eb2 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -47,7 +47,7 @@ static cl::opt PrintEachXForm("p", cl::desc("Print module after each transformation")); static cl::opt -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)); -- cgit v1.2.3