• Show log

    Commit

  • Hash : 6879ba42
    Author : Christian Weisgerber
    Date : 2020-10-01T15:15:22

    do not treat the -h and -V flags as errors
    
    When run with the -h or -V option, output the help or version text
    to stdout and exit with success (0).  Only write usage and help
    information to stderr and exit with error (1) if there is a mistake
    in the command syntax.
    
    tweak and ok stsp