From c52b8054f7bf97d78b43fe0907ef0b54d3a9ced2 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 22 Aug 2022 14:29:45 +0530 Subject: [PATCH] fix: create_oidc cmd help menu --- accounts/management/commands/create_oidc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/management/commands/create_oidc.py b/accounts/management/commands/create_oidc.py index c33811a..50a208a 100644 --- a/accounts/management/commands/create_oidc.py +++ b/accounts/management/commands/create_oidc.py @@ -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):