summary refs log tree commit diff stats
path: root/ranger/config/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/config/commands.py')
-rwxr-xr-xranger/config/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index f86dad2b..13df6bd9 100755
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -262,7 +262,7 @@ class open_with(Command):
 
         examples:
         "mplayer f 1" => ("mplayer", "f", 1)
-        "aunpack 4" => ("aunpack", "", 4)
+        "atool 4" => ("atool", "", 4)
         "p" => ("", "p", 0)
         "" => None
         """