summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index f3f1f04c..4d9d4121 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -155,12 +155,12 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
         """
         Change what is displayed as a filename.
 
-        "mode" may be: "filename", "details", "title"
+        "mode" may be: "filename", "permissions", "title"
         "directory" specifies the directory. None means the current directory
         "depth" specifies the recursion depth
         """
 
-        assert mode in ("filename", "details", "title")
+        assert mode in ("filename", "permissions", "title")
 
         if directory is None:
             directory = self.fm.thisdir