Commit 78998a8cc7ed9d81fdcd2753c962802962f202ee
1 parent
44b1ac8d
Minor tweaks to usage
Showing
1 changed file
with
4 additions
and
4 deletions
appimage/AppRun
| ... | ... | @@ -74,8 +74,9 @@ echo " |
| 74 | 74 | # This message (it's only present in the AppImage |
| 75 | 75 | # incarnation of QPDF) |
| 76 | 76 | |
| 77 | - $ARGV0 fix-qdf|zlib-flate | |
| 78 | - # Run the named sub-command | |
| 77 | + $ARGV0 qpdf|fix-qdf|zlib-flate | |
| 78 | + # Run the named sub-command; not available if the AppImage | |
| 79 | + # is invoked as one of the embedded executables | |
| 79 | 80 | |
| 80 | 81 | $ARGV0 --list-exe |
| 81 | 82 | # List all executables embedded in AppImage |
| ... | ... | @@ -218,8 +219,7 @@ fi |
| 218 | 219 | |
| 219 | 220 | if [ x"$1" == "xai-usage" -o \ |
| 220 | 221 | x"$1" == "x--aiusage" -o \ |
| 221 | - x"$1" == "x--ai-usage" -o \ | |
| 222 | - x"$1" == "x-u" ] ; then | |
| 222 | + x"$1" == "x--ai-usage" ]; then | |
| 223 | 223 | usage | less |
| 224 | 224 | #usage |
| 225 | 225 | exit $? | ... | ... |