1RUN: llvm-mt /h | FileCheck %s -check-prefix=HELP 2 3HELP: OVERVIEW: Manifest Tool 4 5RUN: not llvm-mt /foo 2>&1 >/dev/null | FileCheck %s -check-prefix=INVALID 6INVALID: llvm-mt: error: invalid option '/foo' 7 8RUN: not llvm-mt /oyt:%t 2>&1 | FileCheck %s -check-prefix=INVALID-BUT-CLOSE 9INVALID-BUT-CLOSE: llvm-mt: error: invalid option '/oyt:{{.*}}help.test.tmp', did you mean '/out:{{.*}}help.test.tmp'? 10 11