diff options
author | toonn <toonn@toonn.io> | 2020-08-22 13:08:03 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2020-08-22 13:12:54 +0200 |
commit | 394e3306a6ea0b20ff59da33112014d9d6914f1e (patch) | |
tree | b93dc89640ff487830d26f1aec41077b5ac6c4cb /doc | |
parent | 240d8a0ea1b82690372ba067c24a3f581a29c782 (diff) | |
download | ranger-394e3306a6ea0b20ff59da33112014d9d6914f1e.tar.gz |
Fix deletion confirmation default indication
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 2 | ||||
-rw-r--r-- | doc/ranger.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 50d6bb0f..ecf4b168 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.3" "2020-02-22" "ranger manual" +.TH RANGER 1 "ranger-1.9.3" "2020-08-22" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/doc/ranger.pod b/doc/ranger.pod index 3f41467d..db5fa90f 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -994,7 +994,7 @@ with the preview column being as large as the other columns combined. =item confirm_on_delete [string] Ask for a confirmation when running the "delete" command? Valid values are -"always" (default), "never", "multiple". With "multiple", ranger will ask only +"always", "never", "multiple" (default). With "multiple", ranger will ask only if you delete multiple files at once. =item dirname_in_tabs [bool] |