<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 19, 2013 at 6:46 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="im">>   -ts_type <euler>: TS method (one of) euler beuler cn pseudo gl ssp theta alpha<br>

>       sundials rk arkimex rosw ( TSSetType)<br>
<br>
</div></div>   This is not a good thing. Often people use<br>
<br>
./program -help | grep xxxx (for example -ts_type)<br>
<br>
to search for a particular thing. They will often not find it because of this and assume is not there.<br>
<br>
Note that -help prints soooo much damn stuff that wading through it all is too painful hence grep<br>
<br>
 Any reasonable way to fix this?</blockquote></div><br>-help could take a keyword argument. As a related matter, we should add -info_include, because I think it's common that you know what you are looking for than that you can enumerate everything you're not looking for.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra" style>I use | grep -A2 ts_type and have</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>export 'GREP_OPTIONS=--binary-files=without-match --directories=skip --color=auto'<br>
</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>so that the relevant bits are hilighted, thus making scanning faster.</div></div>