about 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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 080d4b86..be989b18 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -812,7 +812,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 				write(cleandoc(cmd.__doc__))
 			else:
 				write(":%s - No documentation available." % cmd.get_name())
-			write("\n\n" + "=" * 60 + "\n")
+			write("\n\n" + "-" * 60 + "\n")
 
 		temporary_file.flush()
 		self.run(app='pager', files=[File(temporary_file.name)])