mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix the help documentation to not imply multiple archive files can be
processed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1ef8bdaedb
commit
3d1cc28e7c
@ -22,7 +22,7 @@ using namespace llvm;
|
||||
|
||||
// llvm-ar operation code and modifier flags
|
||||
static cl::opt<std::string>
|
||||
ArchiveName(cl::Positional, cl::Optional, cl::desc("<archive-file>..."));
|
||||
ArchiveName(cl::Positional, cl::Optional, cl::desc("<archive-file>"));
|
||||
|
||||
static cl::opt<bool>
|
||||
Verbose("verbose",cl::Optional,cl::init(false),
|
||||
|
Loading…
Reference in New Issue
Block a user