Skip to content

Commit

Permalink
Added missing -trace flag to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vvidovic-croz committed Aug 18, 2021
1 parent aee62de commit cf58037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ func usage(exitStatus int) {
fmt.Println(" -x PROXY_SERVER - connect to DataPower through proxy")
fmt.Println(" -c DP_CONFIG_NAME - save DataPower configuration under given name")
fmt.Println(" -debug - turns on creation of dpcmder.log file with debug log messages")
fmt.Println(" -trace - turns on creation of dpcmder.log file with trace log messages")
fmt.Println(" -h - shows this (usage) help")
fmt.Println(" -help - shows dpcmder full help on console")
fmt.Println(" -v - shows dpcmder version")
Expand Down

0 comments on commit cf58037

Please sign in to comment.