mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Merge pull request #207 from gosharplite/patch-1
Fix wrong command name.
This commit is contained in:
commit
8210022f43
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ A few good real world examples may better illustrate this point.
|
|||
|
||||
In the following example, 'server' is a command, and 'port' is a flag:
|
||||
|
||||
> hugo serve --port=1313
|
||||
> hugo server --port=1313
|
||||
|
||||
In this command we are telling Git to clone the url bare.
|
||||
|
||||
|
|
Loading…
Reference in a new issue