mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-11 16:44:09 +02:00
Removed Unused Help Template
This commit is contained in:
13
bin/cadmus
13
bin/cadmus
@@ -107,18 +107,5 @@ mytest() {
|
|||||||
exit 0
|
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 "${@}"
|
main "${@}"
|
||||||
|
Reference in New Issue
Block a user