2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-09 21:52:26 +00:00

Minor tweaks to usage

This commit is contained in:
Jay Berkenbilt 2018-02-24 22:27:41 -05:00
parent 44b1ac8dcc
commit 78998a8cc7

View File

@ -74,8 +74,9 @@ echo "
# This message (it's only present in the AppImage # This message (it's only present in the AppImage
# incarnation of QPDF) # incarnation of QPDF)
$ARGV0 fix-qdf|zlib-flate $ARGV0 qpdf|fix-qdf|zlib-flate
# Run the named sub-command # Run the named sub-command; not available if the AppImage
# is invoked as one of the embedded executables
$ARGV0 --list-exe $ARGV0 --list-exe
# List all executables embedded in AppImage # List all executables embedded in AppImage
@ -218,8 +219,7 @@ fi
if [ x"$1" == "xai-usage" -o \ if [ x"$1" == "xai-usage" -o \
x"$1" == "x--aiusage" -o \ x"$1" == "x--aiusage" -o \
x"$1" == "x--ai-usage" -o \ x"$1" == "x--ai-usage" ]; then
x"$1" == "x-u" ] ; then
usage | less usage | less
#usage #usage
exit $? exit $?