summaryrefslogtreecommitdiffstats
path: root/bin/nuke
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nuke')
-rwxr-xr-xbin/nuke2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nuke b/bin/nuke
index 89a1e75..de4f5c2 100755
--- a/bin/nuke
+++ b/bin/nuke
@@ -199,7 +199,7 @@ handle_extension() {
199 exit 1;; 199 exit 1;;
200 200
201 ## OpenDocument 201 ## OpenDocument
202 odt|ods|odp|sxw) 202 odt|ods|odp|sxw|pptx)
203 if which odt2txt >/dev/null 2>&1; then 203 if which odt2txt >/dev/null 2>&1; then
204 ## Preview as text conversion 204 ## Preview as text conversion
205 odt2txt "${FPATH}" | eval "$PAGER" 205 odt2txt "${FPATH}" | eval "$PAGER"