diff mbox series

[committed] analyzer.opt: reword descriptions of two dump options (PR 93657)

Message ID 20200211184036.4858-1-dmalcolm@redhat.com
State New
Headers show
Series [committed] analyzer.opt: reword descriptions of two dump options (PR 93657) | expand

Commit Message

David Malcolm Feb. 11, 2020, 6:40 p.m. UTC
Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu.
Pushed to master as r10-6579-g5e17c1bdadbbd5606d869b1178ed3e653f931cda.

gcc/analyzer/ChangeLog:
	PR analyzer/93657
	* analyzer.opt (fdump-analyzer): Reword description.
	(fdump-analyzer-stderr): Likewise.
---
 gcc/analyzer/analyzer.opt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gcc/analyzer/analyzer.opt b/gcc/analyzer/analyzer.opt
index 7d40c88ed1a..89e483083a0 100644
--- a/gcc/analyzer/analyzer.opt
+++ b/gcc/analyzer/analyzer.opt
@@ -144,11 +144,11 @@  Control which events are displayed in diagnostic paths.
 
 fdump-analyzer
 Common RejectNegative Var(flag_dump_analyzer)
-Dump internal details about what the analyzer is doing to SRCFILE.analyzer.txt.
+Dump various analyzer internals to SRCFILE.analyzer.txt.
 
 fdump-analyzer-stderr
 Common RejectNegative Var(flag_dump_analyzer_stderr)
-Dump internal details about what the analyzer is doing to stderr.
+Dump various analyzer internals to stderr.
 
 fdump-analyzer-callgraph
 Common RejectNegative Var(flag_dump_analyzer_callgraph)