Skip to content

Commit 7be1161

Browse files
authored
basic-setup.md: Add create-client's name arg
`name` is the first argument and is mandatory. See - `php bin/console help league:oauth2-server:create-client` - [`CreateClientCommand::configure`](https://github.com/thephpleague/oauth2-server-bundle/blob/master/src/Command/CreateClientCommand.php#L79-L93)
1 parent d365eba commit 7be1161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Description:
1313
Creates a new oAuth2 client
1414

1515
Usage:
16-
league:oauth2-server:create-client [options] [--] [<identifier> [<secret>]]
16+
league:oauth2-server:create-client [options] [--] <name> [<identifier> [<secret>]]
1717

1818
Arguments:
1919
name The client name

0 commit comments

Comments
 (0)