aboutsummaryrefslogtreecommitdiffstats
path: root/appimage
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-25 04:27:41 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-25 05:38:35 +0100
commit78998a8cc7ed9d81fdcd2753c962802962f202ee (patch)
treeb7b0fcc9ef526996b672629ed1c9d5070fc43d3a /appimage
parent44b1ac8dccfe04655513f643c6b68c00c2c14ef8 (diff)
downloadqpdf-78998a8cc7ed9d81fdcd2753c962802962f202ee.tar.zst
Minor tweaks to usage
Diffstat (limited to 'appimage')
-rw-r--r--appimage/AppRun8
1 files changed, 4 insertions, 4 deletions
diff --git a/appimage/AppRun b/appimage/AppRun
index 31bf7258..c2c261e1 100644
--- a/appimage/AppRun
+++ b/appimage/AppRun
@@ -74,8 +74,9 @@ echo "
# This message (it's only present in the AppImage
# incarnation of QPDF)
- $ARGV0 fix-qdf|zlib-flate
- # Run the named sub-command
+ $ARGV0 qpdf|fix-qdf|zlib-flate
+ # Run the named sub-command; not available if the AppImage
+ # is invoked as one of the embedded executables
$ARGV0 --list-exe
# List all executables embedded in AppImage
@@ -218,8 +219,7 @@ fi
if [ x"$1" == "xai-usage" -o \
x"$1" == "x--aiusage" -o \
- x"$1" == "x--ai-usage" -o \
- x"$1" == "x-u" ] ; then
+ x"$1" == "x--ai-usage" ]; then
usage | less
#usage
exit $?