document -log_dir, the one undocumented flag in this package.
diff --git a/glog.go b/glog.go
index 59478c5..dbe1d65 100644
--- a/glog.go
+++ b/glog.go
@@ -45,6 +45,9 @@
 //	-stderrthreshold=ERROR
 //		Log events at or above this severity are logged to standard
 //		error as well as to files.
+//	-log_dir=""
+//		Log files will be written to this directory instead of the
+//		default temporary directory.
 //
 //	Other flags provide aids to debugging.
 //