Skip to content

Commit e727c06

Browse files
bobheadximichaellzc
andcommitted
docstring
Co-authored-by: Michael Lin <mlzc@hey.com>
1 parent 8ee8f1e commit e727c06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/src/snapshot_upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ USAGE
3232
`
3333
flagSet := flag.NewFlagSet("upload", flag.ExitOnError)
3434
bucketName := flagSet.String("bucket", "", "destination Cloud Storage bucket name")
35-
credentialsPath := flagSet.String("credentials", "", "JSON credentials file for Google Cloud")
35+
credentialsPath := flagSet.String("credentials", "", "JSON credentials file for Google Cloud service account")
3636

3737
snapshotCommands = append(snapshotCommands, &command{
3838
flagSet: flagSet,

0 commit comments

Comments
 (0)