Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: magodo <wztdyl@sina.com>
  • Loading branch information
koudaiii and magodo authored Oct 14, 2021
1 parent 3d9e358 commit 1cf9525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (

func init() {
flagVersion = flag.Bool("v", false, "Print version")
flagOutputDir = flag.String("o", "", "Specify output dir. Default is user cache dir.")
flagOutputDir = flag.String("o", "", "Specify output dir. Default is a dir under the user cache dir, which is named after the resource group name")
}

const usage = `aztfy [option] <resource group name>
Expand Down

0 comments on commit 1cf9525

Please sign in to comment.