small fixes
This commit is contained in:
parent
bc0d590e07
commit
e2c6f570b5
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ from swagger_client.models import CreateUserOption, Team, User, Organization
|
|||
from swagger_client.rest import ApiException
|
||||
from sys import stderr
|
||||
import click
|
||||
import secrets
|
||||
import termcolor
|
||||
import requests
|
||||
from bs4 import BeautifulSoup as bs
|
||||
|
@ -125,7 +124,7 @@ ADMIN_TOKEN = config.ADMIN_TOKEN
|
|||
|
||||
|
||||
@click.command()
|
||||
@click.option('-a', '--admin-token', help='Admin access token', required=True)
|
||||
@click.option('-a', '--admin-token', help='Admin access token')
|
||||
@click.option('-h', '--host', help='Gitea URL (default: {})'.format(HOST))
|
||||
@click.option('-e', '--email', help='Emailova adresa noveho uzivatele.', required=True)
|
||||
@click.option('-u', '--username', help='Uzivatelske jmeno noveho uzivatele.', required=True)
|
||||
|
|
Loading…
Reference in a new issue