mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
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
This commit is contained in:
parent
d16714b5ed
commit
f9e173e85a
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user