Skip to content

Commit

Permalink
Fix a typo in the help dialog (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-liam authored Jun 8, 2021
1 parent 4ef6409 commit 9729699
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@ svix application list --limit 2 --iterator some_iterator
## Commands

The Svix CLI supports the following commands:
| Command | Description |
| --------------- | ------------------------------------------------------- |
| login | Interactively configure your Svix API credentials |
| application | List, create & modify applications |
| authentication | Manage authentication tasks such getting dashboard urls |
| endpoint | List, create & modify endpoints |
| event-type | List, create & modify event types |
| message | List & create messages |
| message-attempt | List, lookup & resend message attempts |
| verify | Verify the signature of a webhook message |
| completion | Generate completion script |
| version | Get the version of the Svix CLI |
| help | Help about any command |
| Command | Description |
| --------------- | ---------------------------------------------------------- |
| login | Interactively configure your Svix API credentials |
| application | List, create & modify applications |
| authentication | Manage authentication tasks such as getting dashboard URLs |
| endpoint | List, create & modify endpoints |
| event-type | List, create & modify event types |
| message | List & create messages |
| message-attempt | List, lookup & resend message attempts |
| verify | Verify the signature of a webhook message |
| completion | Generate completion script |
| version | Get the version of the Svix CLI |
| help | Help about any command |


## Shell Completions
Expand Down
2 changes: 1 addition & 1 deletion cmd/authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func newAuthenticationCmd() *authenticationCmd {
ac := &authenticationCmd{}
ac.cmd = &cobra.Command{
Use: "authentication",
Short: "Manage authentication tasks such getting dashboard urls",
Short: "Manage authentication tasks such as getting dashboard URLs",
Aliases: []string{"auth"},
}

Expand Down

0 comments on commit 9729699

Please sign in to comment.