Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
removed more options
Browse files Browse the repository at this point in the history
  • Loading branch information
JensWehner committed Jun 9, 2021
1 parent f8994be commit 1a48849
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion include/votca/tools/propertyiomanipulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace tools {
* \brief Manipulates the format state of the output stream
*
* Changes the state of the output stream. Property class reads this state
* and formats its output according to this state (XML, TXT, etc)
* and formats its output according to this state (XML, TXT, etc)
*/
class PropertyIOManipulator {

Expand Down
1 change: 0 additions & 1 deletion src/libtools/application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ int Application::Exec(int argc, char **argv) {
AddProgramOptions()("verbose", " be loud and noisy");
AddProgramOptions()("verbose1", " be very loud and noisy");
AddProgramOptions()("verbose2,v", " be extremly loud and noisy");
AddProgramOptions("Hidden")("man", " output man-formatted manual pages");

Initialize(); // initialize program-specific parameters

Expand Down

0 comments on commit 1a48849

Please sign in to comment.