Remove ZeroOrMore from the option description. We don't need it here.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
index 585a92a92f7b1e570aa468fc4e574e86036c5092..d3cb4f9c1c0ef179c4b7896c0082a6ef22a11534 100644 (file)
@@ -55,7 +55,7 @@ static cl::opt<bool> UnknownLocations("use-unknown-locations", cl::Hidden,
      cl::init(false));
 
 static cl::opt<bool> GenerateDwarfPubNamesSection("generate-dwarf-pubnames",
-     cl::Hidden, cl::ZeroOrMore, cl::init(false),
+     cl::Hidden, cl::init(false),
      cl::desc("Generate DWARF pubnames section"));
 
 namespace {