Skip to content

Commit a4b72d4

Browse files
skothari-tibcoFrank Martinez
authored and
Frank Martinez
committed
edit command
1 parent 417231b commit a4b72d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var replaceContrib string
1414
var contribBundleFile string
1515

1616
func init() {
17-
installCmd.Flags().StringVarP(&replaceContrib, "replace", "r", "", "specify a replaced path to local/replaced contribution/dependency")
17+
installCmd.Flags().StringVarP(&replaceContrib, "replace", "r", "", "specify path to replacement contribution/dependency")
1818
installCmd.Flags().StringVarP(&contribBundleFile, "file", "f", "", "specify contribution bundle")
1919
rootCmd.AddCommand(installCmd)
2020
}

docs/commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Usage:
113113
114114
Flags:
115115
-f, --file string specify contribution bundle
116-
-r, --replace string specify a replaced path to local/replaced contribution/dependency
116+
-r, --replace string specify path to replacement contribution/dependency
117117
```
118118
119119
### Examples

0 commit comments

Comments
 (0)