Skip to content

Commit

Permalink
better flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Apr 17, 2018
1 parent a5831e0 commit 7a1f304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func main() {
var bucketName string
flag.StringVar(&bucketName, "bucket", "", "Google Storage Bucket Name")
var defaultPrefix string
flag.StringVar(&defaultPrefix, "prefix", "", "Default prefix for all object names. For example, use --prefix=foo/.")
flag.StringVar(&defaultPrefix, "prefix", "", "Optional prefix for all objects. For example, use --prefix=foo/ to work under foo directory in a bucket.")
flag.Parse()

if bucketName == "" {
Expand Down

0 comments on commit 7a1f304

Please sign in to comment.