File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
var optCreate = & cli.OptionInfo {
27
27
Name : "create" ,
28
28
UsageLine : "create AppName" ,
29
- Short : "create a mashling gateway" ,
29
+ Short : "Create a mashling gateway" ,
30
30
Long : `Creates a mashling gateway.
31
31
32
32
Options:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
var optList = & cli.OptionInfo {
17
17
Name : "list" ,
18
18
UsageLine : "list [triggers|handlers|links|all]" ,
19
- Short : "list installed components in the mashling gateway recipe" ,
19
+ Short : "List installed components in the mashling gateway recipe" ,
20
20
Long : `List installed components in the mashling gateway recipe.` ,
21
21
}
22
22
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
17
17
var optValidate = & cli.OptionInfo {
18
18
Name : "validate" ,
19
19
UsageLine : "validate gatewayJson" ,
20
- Short : "validate gateway JSON" ,
21
- Long : "validate gateway JSON" ,
20
+ Short : "Validate gateway JSON" ,
21
+ Long : "Validate gateway JSON" ,
22
22
}
23
23
24
24
type cmdValidate struct {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
var optVersion = & cli.OptionInfo {
18
18
Name : "version" ,
19
19
UsageLine : "version" ,
20
- Short : "version of mashling" ,
20
+ Short : "Version of mashling" ,
21
21
Long : "Displays the version of mashling" ,
22
22
}
23
23
You can’t perform that action at this time.
0 commit comments