Skip to content

Commit f5fd87f

Browse files
author
Marek Czernek
committed
fix: Remove duplicate default from help
1 parent 81388ac commit f5fd87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func getDefaultConfigPath() string {
5959
}
6060

6161
func parseCmdFlags() {
62-
flag.StringVar(&configPath, "c", getDefaultConfigPath(), "A path to the YAML configuration file (default: "+getDefaultConfigPath()+")")
62+
flag.StringVar(&configPath, "c", getDefaultConfigPath(), "A path to the YAML configuration file")
6363
flag.Parse()
6464
}
6565

0 commit comments

Comments
 (0)