mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix synopsis
llvm-svn: 2988
This commit is contained in:
parent
181438746b
commit
8e5f24eaef
@ -24,7 +24,7 @@ using std::cerr;
|
||||
|
||||
static cl::list<std::string>
|
||||
InputFilenames(cl::Positional, cl::OneOrMore,
|
||||
cl::desc("Load <arg> files, linking them together"));
|
||||
cl::desc("<input bytecode files>"));
|
||||
|
||||
static cl::opt<std::string>
|
||||
OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
|
||||
|
@ -24,7 +24,7 @@ using std::cerr;
|
||||
|
||||
static cl::list<std::string>
|
||||
InputFilenames(cl::Positional, cl::OneOrMore,
|
||||
cl::desc("Load <arg> files, linking them together"));
|
||||
cl::desc("<input bytecode files>"));
|
||||
|
||||
static cl::opt<std::string>
|
||||
OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
|
||||
|
Loading…
Reference in New Issue
Block a user