This commit is contained in:
simono41 2017-10-03 21:44:32 +02:00
parent 11aaaa5c9a
commit 79284e1f7a

View file

@ -21,5 +21,5 @@ elif [ "restore" == "$1" ]; then
tar -xf ${archiv/.pxz*}
else
echo "./compress.sh make/restore input/output"
echo "./compress.sh make/restore archivname input/output"
fi