-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Fix Version/s: 1.9.3
-
Component/s: Basic-Other
-
Labels:
-
Affect Type:Userdefined
Documentation says:
====================
Shows help information. For example:
ugene -help ## Shows general UGENE CLI help.
ugene -h <option_name> ## Shows help for the <option_name> option.
ugene --help=<task_name> ## Shows help for the <task_name> task.
====================
There must be no difference between -h and --help mode parameters.
Fix documentation and check option implementation.