Skip to content

Commit

Permalink
docs(cli): Match description with command (#11713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Nov 3, 2024
1 parent 9b78a17 commit 457d1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We use [yargs](http://yargs.js.org/) and borrow its syntax here:
yarn redwood generate page <name> [path] --option
```

- `redwood g page` is the command.
- `redwood generate page` is the command.
- `<name>` and `[path]` are positional arguments.
- `<>` denotes a required argument.
- `[]` denotes an optional argument.
Expand Down

0 comments on commit 457d1c7

Please sign in to comment.