Skip to content

Commit cf5ae9d

Browse files
committed
llvm-lto2 fixed usage description for commands
1 parent d220880 commit cf5ae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-lto2/llvm-lto2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ template <typename T> static T check(ErrorOr<T> E, std::string Msg) {
247247
}
248248

249249
static int usage() {
250-
errs() << "Available subcommands: dump-symtab run print-guid --version\n";
250+
errs() << "Available subcommands: dump-symtab run print-guid version\n";
251251
return 1;
252252
}
253253

0 commit comments

Comments
 (0)