Skip to content

Commit e718247

Browse files
committed
Fix up command line flags
1 parent ec4aecf commit e718247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/app/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func (o *Options) addAuthFlags(fs *pflag.FlagSet) {
239239
envPrefix, envSelfhostedBearer,
240240
))
241241
fs.StringVar(&o.selfhosted.TokenPath,
242-
"selfhosted-token", "",
242+
"selfhosted-token-path", "",
243243
fmt.Sprintf(
244244
"Override the default selfhosted registry's token auth path. "+
245245
"(%s_%s).",

0 commit comments

Comments
 (0)