summaryrefslogtreecommitdiff
path: root/scope.sh
diff options
context:
space:
mode:
authorache <ache@ache.one>2016-03-05 04:08:44 +0100
committerache <ache@ache.one>2016-03-05 04:08:44 +0100
commit781e3d85393adb4ec7438462bd745193c6b2ca33 (patch)
tree44f39e0dc51d6dc01cf61bcb6e35ba6a267270ce /scope.sh
parentLOL (diff)
parentAdd w3 video (diff)
Correction
Diffstat (limited to 'scope.sh')
-rwxr-xr-xscope.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.sh b/scope.sh
index ed7c313..5454db2 100755
--- a/scope.sh
+++ b/scope.sh
@@ -56,7 +56,7 @@ case "$extension" in
try unrar -p- lt "$path" && { dump | trim; exit 0; } || exit 1;;
# PDF documents:
pdf)
- try pdftotext -l 10 -nopgbrk -q "$path" - && \
+ try pdftotext "$path" - && \
{ dump | trim | fmt -s -w $width; exit 0; } || exit 1;;
# BitTorrent Files
torrent)