1 ## Show that help text is printed correctly when requested.
3 RUN: llvm-strings -h | FileCheck %s --check-prefixes=CHECK,CATEG
4 RUN: llvm-strings --help | FileCheck %s --check-prefixes=CHECK,CATEG
5 RUN: llvm-strings --help-list \
6 RUN: | FileCheck %s --check-prefixes=CHECK,LIST
8 CHECK: OVERVIEW: llvm string dumper
9 CHECK: USAGE: llvm-strings{{(.exe)?}} [options] <input object files>{{$}}
11 CATEG: General options:
12 LIST-NOT: General options:
13 CATEG: Generic Options:
14 LIST-NOT: Generic Options: