help info

This commit is contained in:
Robert Habermann 2020-05-01 11:17:07 +02:00
parent de84e62441
commit 45c326375c

View File

@ -128,7 +128,7 @@ elif [ "${exportType}" = "http" ]; then
echo "OK - temp HTTP server is stopped."
else
echo "FAIL: unknown '${exportType}' -run-> ./lnd.export.sh -h"
echo "FAIL: unknown '${exportType}' - run with -h for help"
fi
if [ "$1" = "" ] || [ $# -eq 0 ]; then