Skip to content

Commit

Permalink
Use create-context not create (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmholmes authored Jan 4, 2024
1 parent a80f3ac commit 8913a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/grr/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func setCmd() *cli.Command {

func createContextCmd() *cli.Command {
cmd := &cli.Command{
Use: "create context",
Use: "create-context",
Short: "Create a configuration context",
Args: cli.ArgsExact(1),
}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ grr config import

Create a new context with:
```sh
grr config create production
grr config create-context production
```

To list existing contexts:
Expand Down

0 comments on commit 8913a0b

Please sign in to comment.