Be less verbose with program options.
authorTeemu Murtola <teemu.murtola@gmail.com>
Fri, 5 Jul 2013 03:33:16 +0000 (06:33 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sat, 20 Jul 2013 16:55:43 +0000 (18:55 +0200)
commitb100cf46674f0331dfef62eed4d8aed740a5878e
tree70a5de260f652c9ee293980323cd71f56882b9cd
parentda8b25b6c957304accd044aa233f496adde83673
Be less verbose with program options.

Don't print the list of program options by default when running the
Gromacs binaries.  The command line printed as part of the startup
header should provide any diagnostic value there is to this output.
Replace the previous -quiet option (that disabled this output) with
a -verbose option that enables this output again.  Left the mostly no-op
-quiet option there (there is still a special case of -quiet -h used by
gmx_tune_pme), because it will get new use shortly.
Removed the hidden -verb option whose value wasn't used.

Related to #1209.

Change-Id: I9730e1eb08a2ee35d26fd603f48e89f561dee50a
cmake/BuildManPages.cmake
src/gromacs/gmxlib/statutil.cpp
src/gromacs/trajectoryanalysis/runnercommon.cpp
src/gromacs/trajectoryanalysis/tests/moduletest.cpp