Add -h alias to CLI '--help'

Update README.md
This commit is contained in:
Dmitry Isaenko 2020-06-12 18:46:35 +03:00
parent 977893c157
commit ca29a19043
2 changed files with 26 additions and 17 deletions

View file

@ -108,7 +108,7 @@ public class NSLMain extends Application {
System.out.println("CLI Usage:\n"
+ "\t-c, --clean\tRemove/reset settings and exit\n"
+ "\t-v, --version \tShow application version\n"
+ "\t--help\t\tShow this message");
+ "\t-h, --help\t\tShow this message");
return true;
default:
return false;