fix: create_oidc cmd help menu
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2022-08-22 14:29:45 +05:30
parent 0bf4f50ca1
commit c52b8054f7
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Command(BaseCommand):
parser.add_argument(
self.redirect_uri_key,
type=str,
help="The username of user who will own this app",
help="The redirection URI of relying party/client",
)
def handle(self, *args, **options):