aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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