You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now --help shows a help message, but -h is not recognized. I almost didn't try --help after doing -h. Also, single character command line options should only have one dash, not two.
The text was updated successfully, but these errors were encountered:
skylerberg
changed the title
Add -h argument option
Add -h argument option and double dash single character options
Mar 7, 2016
Right now
--help
shows a help message, but-h
is not recognized. I almost didn't try--help
after doing-h
. Also, single character command line options should only have one dash, not two.The text was updated successfully, but these errors were encountered: