summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorrandnobx <randynobx@gmail.com>2015-03-09 14:51:28 -0400
committerrandnobx <randynobx@gmail.com>2015-03-09 14:51:28 -0400
commitd23526294627403412935c1f922bc0b444168691 (patch)
treef0627b5f0d8f21d05257f1cb276dc4c498a82191
parentdccce1ef1d094cf5260b1f19a6a742d95014e779 (diff)
downloadranger-d23526294627403412935c1f922bc0b444168691.tar.gz
updated comment to reflect current default value for confirm_on_delete
-rw-r--r--ranger/config/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index 682de60d..0d8edaf8 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -29,7 +29,7 @@ set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$
 set show_hidden false
 
 # Ask for a confirmation when running the "delete" command?
-# Valid values are "always" (default), "never", "multiple"
+# Valid values are "always", "never", "multiple" (default)
 # With "multiple", ranger will ask only if you delete multiple files at once.
 set confirm_on_delete multiple