Ignore:
Timestamp:
Oct 23, 2014, 4:55:15 PM (10 years ago)
Author:
Frederik Heber <heber@…>
Children:
eea0bb
Parents:
fe02bf
git-author:
Frederik Heber <heber@…> (10/17/14 16:04:58)
git-committer:
Frederik Heber <heber@…> (10/23/14 16:55:15)
Message:

Removed extra option actionname from HelpAction.

  • this shortens the way to getting help a lot.
  • TESTFIX: regression potentials fixed due to removed actionname.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Options/Help/testsuite-options-help.at

    rfe02bf r7305d5  
    2727AT_CHECK([fgrep "list of all available Actions" stdout], 0, [ignore], [ignore])
    2828AT_CHECK([fgrep "Usage help" stdout], 0, [ignore], [ignore])
    29 AT_CHECK([../../molecuilder --help --actionname "help"], 0, [stdout], [ignore])
     29AT_CHECK([../../molecuilder --help "help"], 0, [stdout], [ignore])
    3030AT_CHECK([fgrep "Options available for action 'help'" stdout], 0, [ignore], [ignore])
    3131
Note: See TracChangeset for help on using the changeset viewer.