Skip to content

Commit

Permalink
Update positional team argument
Browse files Browse the repository at this point in the history
  • Loading branch information
areed committed Jul 13, 2023
1 parent 974059f commit a1f4fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/api/token/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func createCommand() cli.Command {
Name: "create",
Action: cli.ActionFunc(createAction),
Usage: "create a new token",
UsageText: `**step api token create** <team-id>|<team-slug> <crt-file> <key-file>
UsageText: `**step api token create** <team> <crt-file> <key-file>
[**--api-url**=<url>] [**--audience**=<name>]
`,
Flags: []cli.Flag{
Expand All @@ -32,7 +32,7 @@ func createCommand() cli.Command {
## POSITIONAL ARGUMENTS
<team-id>|<team-slug>
<team>
: UUID or slug of the team the API token will be issued for. This is available in the Smallstep dashboard.
<crt-file>
Expand Down

0 comments on commit a1f4fb7

Please sign in to comment.