commit | b39955853528aa53376e40375af4bdf92dbb8cc2 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Fri Jan 25 15:14:29 2013 -0800 |
committer | Stephen Hines <srhines@google.com> | Fri Jan 25 15:14:29 2013 -0800 |
tree | 3e22c413e53448edfd8b177ef138291fed3f284e | |
parent | 4c7c95cab6a7baf46bbedaf6c2a67d93eafc3e66 [diff] |
Add docs for -MD. Change-Id: Iab83e3da183f1cb896d2058955338b328ca941a2
diff --git a/RSCCOptions.td b/RSCCOptions.td index 76bb497..709e1a5 100644 --- a/RSCCOptions.td +++ b/RSCCOptions.td
@@ -98,7 +98,7 @@ def M_Group : OptionGroup<"M group>">; let Group = M_Group in { - def MD : Flag<["-"], "MD">; + def MD : Flag<["-"], "MD">, HelpText<"Emit .d dependency files">; def M : Flag<["-"], "M">; def emit_dep : Flag<["-"], "emit-dep">, Alias<M>;