summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-02 05:59:55 +0200
committerhut <hut@lavabit.com>2010-04-06 04:17:41 +0200
commit6c98519a82ac73a11c6c19564eaf10a76d193290 (patch)
tree5317994e3a3f8c7259e7095a4f097c690daa339d
parentcfb0c8feaf61ee8ba18361f7c293dab8adf8cf22 (diff)
downloadranger-6c98519a82ac73a11c6c19564eaf10a76d193290.tar.gz
defaults.options: changed comment
-rw-r--r--ranger/defaults/options.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py
index 15e71df8..6b2a0dc9 100644
--- a/ranger/defaults/options.py
+++ b/ranger/defaults/options.py
@@ -33,7 +33,8 @@ of the values stay the same.
 
 from ranger.api.options import *
 
-# Which files are hidden if show_hidden is False?
+# Which files should be hidden?  Toggle this by typing `zh' or
+# changing the setting `show_hidden'
 hidden_filter = regexp(
 	r'lost\+found|^\.|~$|\.(:?pyc|pyo|bak|swp)$')
 show_hidden = False