fix small helptext errors

This commit is contained in:
Phantop 2024-05-11 16:51:56 -04:00
parent eb24f0857b
commit 3947511604
1 changed files with 4 additions and 4 deletions

View File

@ -103,11 +103,11 @@ case "$1" in
echo " --bundle [path/to/dwarfs] bundle dwarfs with the appdwarf image"
echo " -f, --fetch only fetch a remote AppImage"
echo
echo " -p, --prefix] [PREFIX] zzexe a file with prefix"
echo " -p, --prefix [PREFIX] zzexe a file with prefix"
echo " -z, --zzexe zzexe a file"
echo
echo " -h, --help] Print this help text"
echo " -v, --version] Print the appdwarf version"; exit ;;
echo " -h, --help Print this help text"
echo " -v, --version Print the appdwarf version"; exit ;;
esac
if [ ! -d "$1" ]; then # directory doesn't exist, see if this is an appimage