about summary refs log tree commit diff stats
path: root/ranger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ranger.rb')
-rwxr-xr-xranger.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger.rb b/ranger.rb
index 64e22ceb..50ff8ebf 100755
--- a/ranger.rb
+++ b/ranger.rb
@@ -4,6 +4,9 @@ version = '0.2.4'
 require 'pathname'
 $: << MYDIR = File.dirname(Pathname(__FILE__).realpath)
 
+## this switches on some features which may cause harm,
+## mainly by leaving this program running after you quit it from
+## your window manager, ie. clicking on the X or pressing ALT+F4
 EVIL = false
 
 if ARGV.size > 0