Skip to content

Commit

Permalink
fix typo #282
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts authored and cmendible committed Jan 7, 2025
1 parent 06335b5 commit 339359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/azqr/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func init() {
scanCmd.PersistentFlags().BoolP("defender", "d", true, "Scan Defender Status (default)")
scanCmd.PersistentFlags().BoolP("advisor", "a", true, "Scan Azure Advisor Recommendations (default)")
scanCmd.PersistentFlags().BoolP("costs", "c", true, "Scan Azure Costs (default)")
scanCmd.PersistentFlags().BoolP("json", "", false, "Create josn file")
scanCmd.PersistentFlags().BoolP("json", "", false, "Create json file")
scanCmd.PersistentFlags().BoolP("csv", "", false, "Create csv files")
scanCmd.PersistentFlags().StringP("output-name", "o", "", "Output file name without extension")
scanCmd.PersistentFlags().BoolP("mask", "m", true, "Mask the subscription id in the report (default)")
Expand Down

0 comments on commit 339359b

Please sign in to comment.