aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
Diffstat (limited to 'weed')
-rw-r--r--weed/glog/glog.go2
-rw-r--r--weed/glog/glog_file.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/weed/glog/glog.go b/weed/glog/glog.go
index abd5678d4..f46632f1c 100644
--- a/weed/glog/glog.go
+++ b/weed/glog/glog.go
@@ -46,7 +46,7 @@
// -stderrthreshold=ERROR
// Log events at or above this severity are logged to standard
// error as well as to files.
-// -log_dir=""
+// -logdir=""
// Log files will be written to this directory instead of the
// default temporary directory.
//
diff --git a/weed/glog/glog_file.go b/weed/glog/glog_file.go
index 65075d281..bb8e6902f 100644
--- a/weed/glog/glog_file.go
+++ b/weed/glog/glog_file.go
@@ -38,7 +38,7 @@ var logDirs []string
// If non-empty, overrides the choice of directory in which to write logs.
// See createLogDirs for the full list of possible destinations.
-var logDir = flag.String("log_dir", "", "If non-empty, write log files in this directory")
+var logDir = flag.String("logdir", "", "If non-empty, write log files in this directory")
func createLogDirs() {
if *logDir != "" {