Skip to content

Commit 2418b3a

Browse files
authored
Merge pull request #86 from TIBCOSoftware/fix-inconsistent-cases
Fix 'mashling help' screen's formatting issue
2 parents 7c15cb8 + c4a0677 commit 2418b3a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cli/app/create.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
var optCreate = &cli.OptionInfo{
2727
Name: "create",
2828
UsageLine: "create AppName",
29-
Short: "create a mashling gateway",
29+
Short: "Create a mashling gateway",
3030
Long: `Creates a mashling gateway.
3131
3232
Options:

cli/app/list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
var optList = &cli.OptionInfo{
1717
Name: "list",
1818
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",
2020
Long: `List installed components in the mashling gateway recipe.`,
2121
}
2222

cli/app/validate.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import (
1717
var optValidate = &cli.OptionInfo{
1818
Name: "validate",
1919
UsageLine: "validate gatewayJson",
20-
Short: "validate gateway JSON",
21-
Long: "validate gateway JSON",
20+
Short: "Validate gateway JSON",
21+
Long: "Validate gateway JSON",
2222
}
2323

2424
type cmdValidate struct {

cli/app/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
var optVersion = &cli.OptionInfo{
1818
Name: "version",
1919
UsageLine: "version",
20-
Short: "version of mashling",
20+
Short: "Version of mashling",
2121
Long: "Displays the version of mashling",
2222
}
2323

0 commit comments

Comments
 (0)