Skip to content

Commit

Permalink
regtok new cmd: Use -n for --token
Browse files Browse the repository at this point in the history
as mentioned in PR #42
  • Loading branch information
JOJ0 committed Sep 21, 2021
1 parent 5f39a5f commit 666f59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synadm/cli/regtok.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def regtok_details_cmd(helper, token, datetime):

@regtok.command(name="new")
@click.option(
"--token", "-t", type=str, default=None,
"--token", "-n", type=str, default=None,
help="""Set the registration token. The default is a random value
generated by the server.""")
@click.option(
Expand Down

0 comments on commit 666f59f

Please sign in to comment.