From 2b04fa3a0cca335d904af115839abd05d7543327 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 2 Jun 2004 19:51:09 +0000 Subject: [PATCH] The -q option is gone git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13965 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/opt.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html index 2e531a9202b..75b93602e4c 100644 --- a/docs/CommandGuide/opt.html +++ b/docs/CommandGuide/opt.html @@ -76,22 +76,6 @@ writes its output to the standard output. href="../ProgrammersManual.html#DEBUG">Programmer's Manual for more information.

- - -

  • -q -
    - Quiet mode. Do not print messages on whether the program was modified. -

  • -load <plugin>