Browse Source

change log_dir flag to logdir

change log_dir flag to logdir
隋龙飞@视频结构化 6 years ago
parent
commit
b864cf7e07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      weed/glog/glog.go

+ 1 - 1
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.
 //