From 07a887b0bdc40a1af1c13bfc87591829a580a600 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 25 Apr 2023 09:11:05 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20un=20salto=20de=20linea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chd_from_zip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chd_from_zip.sh b/chd_from_zip.sh index 2713acd..8e80da2 100755 --- a/chd_from_zip.sh +++ b/chd_from_zip.sh @@ -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"