Añadido un salto de linea

This commit is contained in:
2023-04-25 09:11:05 +02:00
parent 4b752ca5db
commit 07a887b0bd
+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"