Skip to content

Commit b9cbe9f

Browse files
committed
fix(param/cli): update config flag
1 parent 4b25828 commit b9cbe9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/param/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func init() {
152152
err = options.AddFlagsValue("errorlog", []string{"-E", "--error-log"}, "GHFS_ERROR_LOG", "-", "error log file, use \"-\" for stderr")
153153
serverErrHandler.CheckFatal(err)
154154

155-
err = options.AddFlagValue("config", "--config", "", "", "print this help")
155+
err = options.AddFlagValue("config", "--config", "GHFS_CONFIG", "", "external config file")
156156
serverErrHandler.CheckFatal(err)
157157

158158
err = options.AddFlag("version", "--version", "", "print version")

0 commit comments

Comments
 (0)