We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ddd21 commit 1321930Copy full SHA for 1321930
internal/librarian/flags.go
@@ -46,7 +46,7 @@ func addFlagImage(fs *flag.FlagSet, cfg *config.Config) {
46
}
47
48
func addFlagLibrary(fs *flag.FlagSet, cfg *config.Config) {
49
- fs.StringVar(&cfg.Library, "library", "", "The ID of a single library to update")
+ fs.StringVar(&cfg.Library, "library", "", "The ID of a single library to update. This is repo-specific and defined in the state.yaml")
50
51
52
func addFlagLibraryVersion(fs *flag.FlagSet, cfg *config.Config) {
0 commit comments