File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ func addFlagPush(fs *flag.FlagSet, cfg *config.Config) {
6464func addFlagRepo (fs * flag.FlagSet , cfg * config.Config ) {
6565 fs .StringVar (& cfg .Repo , "repo" , "" ,
6666 `Code repository where the generated code will reside.
67- Can be a remote in the format of a remote URL such as
68- https://github.com/{owner}/{repo} or a local file path like
69- /path/to/repo. Both absolute and relative paths are supported.
70- If not specified, will try to detect if the current working
71- directory is configured as a language repository.` )
67+ Can be a remote in the format of a remote URL such as
68+ https://github.com/{owner}/{repo} or a local file path like
69+ /path/to/repo. Both absolute and relative paths are supported.
70+ If not specified, will try to detect if the current working
71+ directory is configured as a language repository.` )
7272}
7373
7474func addFlagBranch (fs * flag.FlagSet , cfg * config.Config ) {
You can’t perform that action at this time.
0 commit comments