mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-20 02:05:36 -04:00
Add -h alias to CLI '--help'
Update README.md
This commit is contained in:
parent
977893c157
commit
ca29a19043
2 changed files with 26 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue