1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-03-30 03:19:11 +00:00

Fix wrong command name.

This commit is contained in:
Tony Hsu 2015-12-08 17:17:31 +08:00
parent 1c44ec8d3f
commit 83de5c46ff

View file

@ -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.