Skip to content

Commit

Permalink
chore: tools-2529 align version format with other Aerospike tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Oct 27, 2023
1 parent 46f0a67 commit a83463b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func newRootCmd() *cobra.Command {
}

res.Version = VERSION
res.SetVersionTemplate("asconfig\n{{printf \"Version %s\" .Version}}\n")

logLevelUsage := fmt.Sprintf("Set the logging detail level. Valid levels are: %v", log.GetLogLevels())
res.PersistentFlags().StringP("log-level", "l", "info", logLevelUsage)
Expand Down

0 comments on commit a83463b

Please sign in to comment.