# SPSP transfer-tool is developed and maintained by SIB. For more information, please contact spsp-support@sib.swiss
VERSION="1.4.0"# bumped to support spsp --help, spsp --version
VERSION="1.5.0"# bumped to support spsp --help, spsp --version
# Define colors that are used in the help screen
...
...
@@ -57,7 +57,7 @@ showHelp() {
usage="$usage ./spsp <cmd> <options>"
commands="${COL_LYELLOW}Commands:\n${COL_RESET}"
commands="$commands auto Automatically run the commands to Compress$, Hash, Encrypt & Transfer, add --no-archive option to delete the files after the transfer\n"
commands="$commands auto Automatically run the commands to Compress, Hash, Encrypt & Transfer, add --no-archive option to delete the files after the transfer\n"
commands="$commands help Shows help screen\n"
commands="$commands test Dry run with fake generated files with report\n"
commands="$commands cleanup Clean the following directories: logs, sent, viruses, bacteria and .outbox\n"