add help menue (resolve #24)

This commit is contained in:
6543 2019-07-13 20:47:24 +02:00
parent 3643b745ae
commit e26f391b49
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
1 changed files with 5 additions and 2 deletions

View File

@ -55,8 +55,11 @@ fi
exit 0
;;
*)
echo 'No Helpmenue jet'
echo ' see issue https://code.obermui.de/6543/remaster/issues/24'
echo 'Remaster update Live Systems'
echo ' more information at: https://github.com/6543/remaster/'
echo ''
echo ' --version|-V show current version'
echo ' --config|-c <config> run remaster with custom config'
exit 0
;;
esac