working on lic

This commit is contained in:
opentrade
2021-04-08 18:59:57 +08:00
parent 918dfc3bdd
commit 1282e730af
5 changed files with 120 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ fn main() -> ResultType<()> {
-C, --change-id=[BOOL(default=Y)] 'Sets if support to change id'
{}
-k, --key=[KEY] 'Only allow the client with the same key'",
DEFAULT_PORT, lic::EMAIL_ARG
DEFAULT_PORT,
lic::EMAIL_ARG
);
let matches = App::new("hbbs")
.version(crate::VERSION)