From 8b8570cc297ac7216d8f8caebb78a1e916093458 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 3 Jan 2019 17:42:42 -0500 Subject: [PATCH] formatting --- src/Console/ClientCommand.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Console/ClientCommand.php b/src/Console/ClientCommand.php index 533e54eed..db648660f 100644 --- a/src/Console/ClientCommand.php +++ b/src/Console/ClientCommand.php @@ -17,9 +17,9 @@ class ClientCommand extends Command {--personal : Create a personal access token client} {--password : Create a password grant client} {--client : Create a client credentials grant client} - {--redirect_uri= : Redirect URI after authorization request } - {--user_id= : User ID the client is assigned to } - {--name= : The name of the client}'; + {--name= : The name of the client} + {--redirect_uri= : The URI to redirect to after authorization } + {--user_id= : The user ID the client should be assigned to }'; /** * The console command description.