Skip to content

Commit

Permalink
✨ feat: Update CLI help message
Browse files Browse the repository at this point in the history
  • Loading branch information
tomy0000000 authored and umputun committed Aug 24, 2024
1 parent 26c5425 commit 88bf4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ type ImageProxyGroup struct {

// AppleGroup defines options for Apple auth params
type AppleGroup struct {
CID string `long:"cid" env:"CID" description:"Apple client ID"`
CID string `long:"cid" env:"CID" description:"Apple client ID (App ID or Services ID)"`
TID string `long:"tid" env:"TID" description:"Apple service ID"`
KID string `long:"kid" env:"KID" description:"Private key ID"`
PrivateKeyFilePath string `long:"private-key-filepath" env:"PRIVATE_KEY_FILEPATH" description:"Private key file location" default:"/srv/var/apple.p8"`
Expand Down

0 comments on commit 88bf4b7

Please sign in to comment.