Skip to content

Commit a00a941

Browse files
committed
minor #183 basic-setup.md: Add create-client's name arg (adriendupuis)
This PR was merged into the 0.4-dev branch. Discussion ---------- 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) Commits ------- 7be1161 basic-setup.md: Add create-client's name arg
2 parents 6442866 + 7be1161 commit a00a941

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)