summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-01-01 02:00:24 +0100
committerhut <hut@lepus.uberspace.de>2016-01-01 02:00:24 +0100
commit91a552f35bb0484b7d9c4f1a423b4cea446bb742 (patch)
treeb86067216331f84dd88ad69b872b46e3c65eb6bd /ranger
parent951a95c2abbbf682fa087d567542b0cd76afcda3 (diff)
downloadranger-91a552f35bb0484b7d9c4f1a423b4cea446bb742.tar.gz
ranger.pod: describe that :setlocal path is a regex
fixes #443
Diffstat (limited to 'ranger')
-rw-r--r--ranger/config/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index 453f7f6a..40377547 100644
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -374,7 +374,7 @@ class set_(Command):
 
 
 class setlocal(set_):
-    """:setlocal path=<python string> <option name>=<python expression>
+    """:setlocal path=<regular expression> <option name>=<python expression>
 
     Gives an option a new value.
     """