Skip to content

Commit

Permalink
Merge pull request #1026 from Shigma/patch-3
Browse files Browse the repository at this point in the history
enhance help
  • Loading branch information
Mrs4s committed Sep 16, 2021
2 parents a6f82d8 + 8ac460d commit 4da5d9e
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 4da5d9e

Please sign in to comment.