aboutsummaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-11-03 18:31:48 +0800
committerAaron LI <aly@aaronly.me>2017-11-03 18:31:48 +0800
commit534e4fdf0a705c66660e3e1b707edd7ab1bf922c (patch)
treefcb28c38a02198e7e6aece592e08a0b5a0c01200 /cli
parentbc87a53a283d7dec8c52cccf4689fb2d9765a277 (diff)
downloadatoolbox-534e4fdf0a705c66660e3e1b707edd7ab1bf922c.tar.bz2
Rename pdfmerge.sh to mergepdf.sh
Diffstat (limited to 'cli')
-rwxr-xr-xcli/mergepdf.sh (renamed from cli/pdfmerge.sh)0
-rwxr-xr-xcli/shrinkpdf.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/cli/pdfmerge.sh b/cli/mergepdf.sh
index aef72db..aef72db 100755
--- a/cli/pdfmerge.sh
+++ b/cli/mergepdf.sh
diff --git a/cli/shrinkpdf.sh b/cli/shrinkpdf.sh
index 1190fce..9f68c4c 100755
--- a/cli/shrinkpdf.sh
+++ b/cli/shrinkpdf.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Shrink the size of PDF files by adjust its quality using gs.
+# Shrink the size of PDF files by adjust its quality using `gs` (GhostScript).
#
# Aaron LI
# 2013/09/18