about summary refs log tree commit diff stats
path: root/code/help.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-18 22:57:20 +0200
committerhut <hut@lavabit.com>2009-07-18 22:57:20 +0200
commit06d077c641f856021b9a6afbc28d969bd2473ce8 (patch)
treee19c969bb2f59ae1e271ef0ba4fa9bbdaa88986d /code/help.rb
parent506e5aa40eb5f828b7d61db088e2de6c71d3a9b6 (diff)
downloadranger-06d077c641f856021b9a6afbc28d969bd2473ce8.tar.gz
fixed bugs 5 (use of system()) and 12 (sync @marked)
Diffstat (limited to 'code/help.rb')
-rw-r--r--code/help.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/code/help.rb b/code/help.rb
index f6ec1890..76a2b75b 100644
--- a/code/help.rb
+++ b/code/help.rb
@@ -63,8 +63,7 @@ module Fm
 	mkdir<name> or touch<name> to create dirs or files
 
 	move file to ~/.trash:     dd
-	delete file forever:       dfd
-	delete whole dir forever:  delete
+	delete selection forever:  delete
 
 	copy file:     cp or yy
 	cut file:      cut
@@ -201,8 +200,7 @@ module Fm
 	use deleteing commands with caution!
    dd:          Move selection to ~/.trash and memorize it's new path
 	             (so it can be pasted with p)
-	dfd:         Deletes the selection or empty directory
-	delete:      Remove whole selection with all contents
+	delete:      Remove whole selection with all contents recursively
 
    mv<name>:    move/rename file to <name>
 	cw<name>:    same as mv