From: Eric Christopher Date: Wed, 3 Apr 2013 05:26:07 +0000 (+0000) Subject: Remove ZeroOrMore from the option description. We don't need it here. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3dcb538661317926e90c7a21cec92c7d871f13b9;hp=8534e9998c53efae49e4555ba394f39808fb83e0;p=oota-llvm.git Remove ZeroOrMore from the option description. We don't need it here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178623 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 585a92a92f7..d3cb4f9c1c0 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -55,7 +55,7 @@ static cl::opt UnknownLocations("use-unknown-locations", cl::Hidden, cl::init(false)); static cl::opt GenerateDwarfPubNamesSection("generate-dwarf-pubnames", - cl::Hidden, cl::ZeroOrMore, cl::init(false), + cl::Hidden, cl::init(false), cl::desc("Generate DWARF pubnames section")); namespace {