Skip to content

Commit 10bc320

Browse files
committed
Trivial bugfix, remove parameter not implemented
1 parent 89f9f8f commit 10bc320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/authz_user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func authzUserCmd(imsConfig *ims.Config) *cobra.Command {
4040
cmd.Flags().StringVarP(&imsConfig.ClientSecret, "clientSecret", "p", "", "IMS client secret.")
4141
cmd.Flags().StringVarP(&imsConfig.Organization, "organization", "o", "", "IMS Organization.")
4242
cmd.Flags().StringSliceVarP(&imsConfig.Scopes, "scopes", "s", []string{""}, "Scopes to request.")
43-
cmd.Flags().IntVarP(&imsConfig.Port, "port", "C", 8888, "Local port to be used by the OAuth Client.")
43+
//TODO: cmd.Flags().IntVarP(&imsConfig.Port, "port", "C", 8888, "Local port to be used by the OAuth Client.")
4444

4545
return cmd
4646
}

0 commit comments

Comments
 (0)