forked from toolshed/abra
		
	docs: some rewording and clarifying
This commit is contained in:
		| @ -7,7 +7,7 @@ import ( | ||||
| // AppCommand defines the `abra app` command and ets subcommands | ||||
| var AppCommand = &cli.Command{ | ||||
| 	Name:      "app", | ||||
| 	Usage:     "Manage apps", | ||||
| 	Usage:     "Manage deployed apps", | ||||
| 	Aliases:   []string{"a"}, | ||||
| 	ArgsUsage: "<app>", | ||||
| 	Description: ` | ||||
|  | ||||
| @ -7,7 +7,7 @@ import ( | ||||
| // CatalogueCommand defines the `abra catalogue` command and sub-commands. | ||||
| var CatalogueCommand = &cli.Command{ | ||||
| 	Name:        "catalogue", | ||||
| 	Usage:       "Manage the recipe catalogue", | ||||
| 	Usage:       "Manage the recipe catalogue (for maintainers)", | ||||
| 	Aliases:     []string{"c"}, | ||||
| 	ArgsUsage:   "<recipe>", | ||||
| 	Description: "This command helps recipe packagers interact with the recipe catalogue", | ||||
|  | ||||
| @ -31,7 +31,7 @@ var PatchFlag = &cli.BoolFlag{ | ||||
| // RecipeCommand defines all recipe related sub-commands. | ||||
| var RecipeCommand = &cli.Command{ | ||||
| 	Name:      "recipe", | ||||
| 	Usage:     "Manage recipes", | ||||
| 	Usage:     "Manage recipes (for maintainers)", | ||||
| 	ArgsUsage: "<recipe>", | ||||
| 	Aliases:   []string{"r"}, | ||||
| 	Description: ` | ||||
|  | ||||
| @ -8,7 +8,7 @@ import ( | ||||
| var ServerCommand = &cli.Command{ | ||||
| 	Name:    "server", | ||||
| 	Aliases: []string{"s"}, | ||||
| 	Usage:   "Manage servers", | ||||
| 	Usage:   "Manage servers via 3rd party providers", | ||||
| 	Description: ` | ||||
| Manage the lifecycle of a server. | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user