diff options
-rw-r--r-- | clang/test/Driver/clang-offload-bundler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/clang-offload-bundler.c b/clang/test/Driver/clang-offload-bundler.c index 2fb1f8bb730..adf13f59d46 100644 --- a/clang/test/Driver/clang-offload-bundler.c +++ b/clang/test/Driver/clang-offload-bundler.c @@ -31,7 +31,7 @@ // CK-HELP: {{.*}}referring to the same source file but different targets into a single // CK-HELP: {{.*}}one. The resulting file can also be unbundled into different files by // CK-HELP: {{.*}}this tool if -unbundle is provided. -// CK-HELP: {{.*}}USAGE: clang-offload-bundler [subcommand] [options] +// CK-HELP: {{.*}}USAGE: clang-offload-bundler [options] // CK-HELP: {{.*}}-inputs=<string> - [<input file>,...] // CK-HELP: {{.*}}-outputs=<string> - [<output file>,...] // CK-HELP: {{.*}}-targets=<string> - [<offload kind>-<target triple>,...] |