12 lines · plain
1## Show that help text is printed correctly when requested.2 3RUN: llvm-strings -h | FileCheck %s4RUN: llvm-strings --help | FileCheck %s5 6CHECK: OVERVIEW: llvm string dumper7CHECK: USAGE: {{.*}}llvm-strings{{(.exe)?}} [options] <input object files>{{$}}8CHECK: OPTIONS:9CHECK: --all10CHECK: -a11CHECK: Pass @FILE as argument to read options from FILE.12