diff options
author | xmj <mingjie.xing@gmail.com> | 2014-06-06 17:28:19 +0800 |
---|---|---|
committer | xmj <mingjie.xing@gmail.com> | 2014-06-06 17:28:19 +0800 |
commit | adcc0a31ccb1b75debc778fdedb351321375e0bf (patch) | |
tree | 25001e249604c597ff90bfe80bc2787cc233e277 /gdb/doc | |
parent | 831517df13fe99c89f073632b70431510bee65ba (diff) | |
download | gdb-adcc0a31ccb1b75debc778fdedb351321375e0bf.zip gdb-adcc0a31ccb1b75debc778fdedb351321375e0bf.tar.gz gdb-adcc0a31ccb1b75debc778fdedb351321375e0bf.tar.bz2 |
add -q in help info and doc
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9f7fa18..a0fb66d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -885,10 +885,11 @@ This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}. You can run @code{@value{GDBP}} without printing the front material, which describes -@value{GDBN}'s non-warranty, by specifying @code{-silent}: +@value{GDBN}'s non-warranty, by specifying @code{--silent} +(or @code{-q}/@code{--quiet}): @smallexample -@value{GDBP} -silent +@value{GDBP} --silent @end smallexample @noindent |