use correct sample repository name in command usage (#1207)

This commit is contained in:
Ying Chun Guo 2022-08-31 19:19:16 +08:00 committed by GitHub
parent 34499bceee
commit d0a181bd24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ EXAMPLES
$ {{.Name}} languages --json
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",
"panguages", "manguages", "kanguages", "lsnguages", "lznguages"},

View File

@ -50,7 +50,7 @@ EXAMPLES
$ {{.Name}} templates --json
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",
"gemplates", "yemplates", "tenplates", "tekplates", "tejplates",

View File

@ -35,7 +35,7 @@ EXAMPLES
$ func languages --json
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
```

View File

@ -36,7 +36,7 @@ EXAMPLES
$ func templates --json
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
```