This commit is contained in:
2023-05-14 10:12:03 +02:00
+1 -1
View File
@@ -5,7 +5,7 @@
## Comprueba los parametros
if [ "$#" -lt 2 ]; then
printf "Uso: chd_from_zip.sh SOURCEDIR DESTDIR [-remove]"
printf "Uso: chd_from_zip.sh SOURCEDIR DESTDIR [-remove]\n"
exit 0
else
readonly sourcedir="$1"