Skip to content

Commit 1321930

Browse files
authored
docs: update help text for library flag (#1841)
Fixes #1725
1 parent a8ddd21 commit 1321930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/librarian/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func addFlagImage(fs *flag.FlagSet, cfg *config.Config) {
4646
}
4747

4848
func addFlagLibrary(fs *flag.FlagSet, cfg *config.Config) {
49-
fs.StringVar(&cfg.Library, "library", "", "The ID of a single library to update")
49+
fs.StringVar(&cfg.Library, "library", "", "The ID of a single library to update. This is repo-specific and defined in the state.yaml")
5050
}
5151

5252
func addFlagLibraryVersion(fs *flag.FlagSet, cfg *config.Config) {

0 commit comments

Comments
 (0)