File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ case "$1" in
87
87
-p | -z | --prefix | --zzexe )
88
88
zzexe " $@ " ;;
89
89
--version | -v )
90
- tput setaf 2; echo appdwarf 2023.05.25
90
+ tput setaf 2; echo appdwarf 2023.11.16
91
91
tput setaf 6; echo Built by July 🏳️🌈; exit ;;
92
92
-* | ' ' )
93
93
echo " Usage: appdwarf [option] [APP/FILE/FOLDER/URL] [compression options]"
94
94
echo " -a [FILE] write example AppRun file"
95
95
echo " -b [FILE] write bin subdir AppRun file"
96
96
echo " -d [--decompress] [FILE] decompress a compressed program"
97
97
echo
98
- echo " --bundle [FILE] bundle dwarfs with the appdwarf image"
98
+ echo " --bundle [path/to/dwarfs] bundle dwarfs with the appdwarf image"
99
99
echo " --fetch only fetch a remote AppImage"
100
100
echo
101
101
echo " -p [--prefix] [PREFIX] zzexe a file with prefix"
You can’t perform that action at this time.
0 commit comments