1## Show that help text is printed correctly when requested. 2 3RUN: llvm-strings -h | FileCheck %s 4RUN: llvm-strings --help | FileCheck %s 5 6CHECK: OVERVIEW: llvm string dumper 7CHECK: USAGE: {{.*}}llvm-strings{{(.exe)?}} [options] <input object files>{{$}} 8CHECK: OPTIONS: 9CHECK: --all 10CHECK: -a 11CHECK: Pass @FILE as argument to read options from FILE. 12