1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 18:21:51 +02:00

Removed Unused Help Template

This commit is contained in:
Ryan Greenup 2020-07-15 01:02:26 +10:00
parent a20ddf271f
commit 5904fcb63f

View File

@ -107,18 +107,5 @@ mytest() {
exit 0
}
Help () {
# Display Help
echo "Add description of the script functions here."
echo
echo "Syntax: scriptTemplate [-g|h|t|v|V]"
echo "options:"
echo "g Print the GPL license notification."
echo "h Print this Help."
echo "v Verbose mode."
echo "V Print software version and exit."
exit 0
}
main "${@}"