Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma authored Aug 25, 2021
1 parent bf77951 commit 8ac460d
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 @@ -55,7 +55,7 @@ var (
)

func main() {
c := flag.String("c", config.DefaultConfigFile, "configuration filename default is config.hjson")
c := flag.String("c", config.DefaultConfigFile, "configuration filename")
d := flag.Bool("d", false, "running as a daemon")
h := flag.Bool("h", false, "this help")
wd := flag.String("w", "", "cover the working directory")
Expand Down

0 comments on commit 8ac460d

Please sign in to comment.