blob: 5ca6167fa2927134ec72d89f96d055a745ce54e5 [file] [log] [blame]
## Show that help text is printed correctly when requested.
RUN: llvm-strings -h | FileCheck %s
RUN: llvm-strings --help | FileCheck %s
CHECK: OVERVIEW: llvm string dumper
CHECK: USAGE: {{.*}}llvm-strings{{(.exe)?}} [options] <input object files>{{$}}
CHECK: OPTIONS:
CHECK: --all
CHECK: -a
CHECK: Pass @FILE as argument to read options from FILE.