Skip to content

Commit b8dc941

Browse files
authored
docs(librarian): fix repo flag formatting (#1916)
Fixes: #1904
1 parent 3aebde8 commit b8dc941

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

internal/librarian/flags.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ func addFlagPush(fs *flag.FlagSet, cfg *config.Config) {
6464
func 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

7474
func addFlagBranch(fs *flag.FlagSet, cfg *config.Config) {

0 commit comments

Comments
 (0)