forked from toolshed/abra
docs: improve recipe fetch usage/desc [ci skip]
This commit is contained in:
parent
e116148c49
commit
557b670fc5
@ -10,10 +10,10 @@ import (
|
|||||||
|
|
||||||
var recipeFetchCommand = cli.Command{
|
var recipeFetchCommand = cli.Command{
|
||||||
Name: "fetch",
|
Name: "fetch",
|
||||||
Usage: "Fetch recipe local copies",
|
Usage: "Fetch recipe(s)",
|
||||||
Aliases: []string{"f"},
|
Aliases: []string{"f"},
|
||||||
ArgsUsage: "[<recipe>]",
|
ArgsUsage: "[<recipe>]",
|
||||||
Description: "Fetchs all recipes without arguments.",
|
Description: "Retrieves all recipes if no <recipe> argument is passed",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
internal.DebugFlag,
|
internal.DebugFlag,
|
||||||
internal.NoInputFlag,
|
internal.NoInputFlag,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user