From 1a5a79c4bca7cc022ade47881d0f548bb2fe7f67 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 10 Jul 2004 06:06:56 +0000 Subject: [PATCH] Minor cleanups: * Mention the --help and --help-hidden options * Don't say program when we really mean any old bytecode file * Add a link to the man pages * Move analyze down in the list, as it's not as important as the rest git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14730 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/index.html | 43 +++++++++++++++++------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index d549d3a22ad..1ed21ce863c 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -13,16 +13,12 @@
-

This document is the reference manual for the LLVM utilities. It will -show you how to use the LLVM commands and what their options are. Note that in -the descriptions below, `bytecode' and `program' refer to LLVM bytecode files -and assembly programs, respectively.

- - +

These documents are HTML versions of the man pages +for all of the LLVM tools. These pages describe how to use the LLVM commands +and what their options are. Note that these pages do not describe all of the +options available for all tools. To get a complete listing, pass the +--help (general options) or --help-hidden (general+debugging +options) arguments to the tool you are interested in.

@@ -37,31 +33,32 @@ and assembly programs, respectively.

@@ -78,16 +75,16 @@ and assembly programs, respectively.