diff --git a/llvm/docs/CommandGuide/extract.html b/llvm/docs/CommandGuide/extract.html index 36f01e424555..b42aec2a61c5 100644 --- a/llvm/docs/CommandGuide/extract.html +++ b/llvm/docs/CommandGuide/extract.html @@ -20,7 +20,7 @@ extract SYNOPSIS -extract [options] <filename> [filename ...] +extract [options] [filename]
+ +In addition to extracting the bytecode of the specified function, extract will +also remove unreachable global variables, prototypes, and unused types. +
+ +The extract command will read its input from standard input if filename is +omitted or if filename is -. The output is always written to standard output.