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