Skip to content

Commit d1ccc80

Browse files
committed
readme fix
1 parent 1bafcce commit d1ccc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ command and subcommands (under the `commands` definition).
204204
`help` | The header text to display when using `--help`. This option can have multiple lines. In this case, the first line will be used as summary wherever appropriate.
205205
`version` | The string to display when using `--version`. *Applicable only in the main command*.
206206
`default` | Setting this to `true` on any command, will cause any unrecognized command line to be passed to this command. *Applicable only in subcommands*.
207-
`extensible` | Specify that this command can be [externally extended](#extensible-commands). *Applicable only in the main command*.
207+
`extensible` | Specify that this command can be [externally extended](#extensible-scripts). *Applicable only in the main command*.
208208
`examples` | Specify an array of examples to show when using `--help`. Each example can have multiple lines.
209209
`environment_variables` | Specify an array of [environment variables](#environment-variable-options) needed by your script.
210210
`commands` | Specify the array of [commands](#command-options). Each command will have its own args and flags. Note: if `commands` is provided, you cannot specify flags or args at the same level.

0 commit comments

Comments
 (0)