Skip to content

Commit dbcf537

Browse files
committed
bundle: make clearer what it does
1 parent c756a73 commit dbcf537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appdwarf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ case "$1" in
8787
-p | -z | --prefix | --zzexe )
8888
zzexe "$@" ;;
8989
--version | -v )
90-
tput setaf 2; echo appdwarf 2023.05.25
90+
tput setaf 2; echo appdwarf 2023.11.16
9191
tput setaf 6; echo Built by July 🏳️‍🌈; exit ;;
9292
-* | '' )
9393
echo "Usage: appdwarf [option] [APP/FILE/FOLDER/URL] [compression options]"
9494
echo " -a [FILE] write example AppRun file"
9595
echo " -b [FILE] write bin subdir AppRun file"
9696
echo " -d [--decompress] [FILE] decompress a compressed program"
9797
echo
98-
echo " --bundle [FILE] bundle dwarfs with the appdwarf image"
98+
echo " --bundle [path/to/dwarfs] bundle dwarfs with the appdwarf image"
9999
echo " --fetch only fetch a remote AppImage"
100100
echo
101101
echo " -p [--prefix] [PREFIX] zzexe a file with prefix"

0 commit comments

Comments
 (0)