diff options
-rwxr-xr-x | ranger/data/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index da467efa..f9b9498b 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -87,7 +87,7 @@ handle_extension() { ## RTF and DOC rtf|doc) - ## Preview as markdown conversion + ## Preview as text conversion ## note: catdoc does not always work for .doc files catdoc "${FILE_PATH}" && exit 5 exit 1;; |