diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-strings.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-strings.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-strings.rst b/llvm/docs/CommandGuide/llvm-strings.rst new file mode 100644 index 0000000..d8ab9cb --- /dev/null +++ b/llvm/docs/CommandGuide/llvm-strings.rst @@ -0,0 +1,15 @@ +llvm-strings - print strings +============================ + +.. program:: llvm-strings + +SYNOPSIS +-------- + +:program:`llvm-strings` [*options*] + +DESCRIPTION +----------- + +:program:`llvm-strings` is a tool that prints strings in files. The goal is to +make it a drop-in replacement for GNU’s :program:`strings`. |