Skip to content

Commit

Permalink
bundle: make clearer what it does
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Nov 16, 2023
1 parent c756a73 commit dbcf537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appdwarf
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ case "$1" in
-p | -z | --prefix | --zzexe )
zzexe "$@" ;;
--version | -v )
tput setaf 2; echo appdwarf 2023.05.25
tput setaf 2; echo appdwarf 2023.11.16
tput setaf 6; echo Built by July 🏳️‍🌈; exit ;;
-* | '' )
echo "Usage: appdwarf [option] [APP/FILE/FOLDER/URL] [compression options]"
echo " -a [FILE] write example AppRun file"
echo " -b [FILE] write bin subdir AppRun file"
echo " -d [--decompress] [FILE] decompress a compressed program"
echo
echo " --bundle [FILE] bundle dwarfs with the appdwarf image"
echo " --bundle [path/to/dwarfs] bundle dwarfs with the appdwarf image"
echo " --fetch only fetch a remote AppImage"
echo
echo " -p [--prefix] [PREFIX] zzexe a file with prefix"
Expand Down

0 comments on commit dbcf537

Please sign in to comment.