summary refs log tree commit diff stats
path: root/ranger/help/fileop.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/help/fileop.py')
-rw-r--r--ranger/help/fileop.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ranger/help/fileop.py b/ranger/help/fileop.py
index f8401800..ac23c6d4 100644
--- a/ranger/help/fileop.py
+++ b/ranger/help/fileop.py
@@ -31,7 +31,7 @@ harm your files:
 :chmod <number>    Change the rights of the selection
 :delete            DELETES ALL FILES IN THE SELECTION
 :rename <newname>  Change the name of the current file
-pp, pl, po         Pastes the copied files in different ways
+pp, pl, pL, po     Pastes the copied files in different ways
 
 Think twice before using these commands or key combinations.
 
@@ -67,6 +67,7 @@ The "highlighted file", or the "current file", is the one below the cursor.
 		Instead, a "_" character will be appended to the new filename.
 	po	paste the copied/cut files. Existing files are overwritten.
 	pl	create symbolic links to the copied/cut files.
+	pL	create relative symbolic links to the copied/cut files.
 
 The difference between copying and cutting should be intuitive: