Skip to content

Commit 457d1c7

Browse files
authored
docs(cli): Match description with command (#11713)
1 parent 9b78a17 commit 457d1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/cli-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We use [yargs](http://yargs.js.org/) and borrow its syntax here:
2121
yarn redwood generate page <name> [path] --option
2222
```
2323

24-
- `redwood g page` is the command.
24+
- `redwood generate page` is the command.
2525
- `<name>` and `[path]` are positional arguments.
2626
- `<>` denotes a required argument.
2727
- `[]` denotes an optional argument.

0 commit comments

Comments
 (0)