mirror of https://github.com/knative/func.git
use correct sample repository name in command usage (#1207)
This commit is contained in:
parent
34499bceee
commit
d0a181bd24
|
|
@ -46,7 +46,7 @@ EXAMPLES
|
||||||
$ {{.Name}} languages --json
|
$ {{.Name}} languages --json
|
||||||
|
|
||||||
o Return language runtimes in a specific repository
|
o Return language runtimes in a specific repository
|
||||||
$ {{.Name}} languages --repository=https://github.com/boson-project/func-templates
|
$ {{.Name}} languages --repository=https://github.com/boson-project/templates
|
||||||
`,
|
`,
|
||||||
SuggestFor: []string{"language", "runtime", "runtimes", "lnaguages", "languagse",
|
SuggestFor: []string{"language", "runtime", "runtimes", "lnaguages", "languagse",
|
||||||
"panguages", "manguages", "kanguages", "lsnguages", "lznguages"},
|
"panguages", "manguages", "kanguages", "lsnguages", "lznguages"},
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ EXAMPLES
|
||||||
$ {{.Name}} templates --json
|
$ {{.Name}} templates --json
|
||||||
|
|
||||||
o Return Go templates in a specific repository
|
o Return Go templates in a specific repository
|
||||||
$ {{.Name}} templates go --repository=https://github.com/boson-project/func-templates
|
$ {{.Name}} templates go --repository=https://github.com/boson-project/templates
|
||||||
`,
|
`,
|
||||||
SuggestFor: []string{"template", "templtaes", "templatse", "remplates",
|
SuggestFor: []string{"template", "templtaes", "templatse", "remplates",
|
||||||
"gemplates", "yemplates", "tenplates", "tekplates", "tejplates",
|
"gemplates", "yemplates", "tenplates", "tekplates", "tejplates",
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ EXAMPLES
|
||||||
$ func languages --json
|
$ func languages --json
|
||||||
|
|
||||||
o Return language runtimes in a specific repository
|
o Return language runtimes in a specific repository
|
||||||
$ func languages --repository=https://github.com/boson-project/func-templates
|
$ func languages --repository=https://github.com/boson-project/templates
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ EXAMPLES
|
||||||
$ func templates --json
|
$ func templates --json
|
||||||
|
|
||||||
o Return Go templates in a specific repository
|
o Return Go templates in a specific repository
|
||||||
$ func templates go --repository=https://github.com/boson-project/func-templates
|
$ func templates go --repository=https://github.com/boson-project/templates
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue