Scripts will display only filename instead of full path in echo messages

This commit is contained in:
Matheus Albino
2024-06-26 15:45:39 -03:00
parent f35119599f
commit a0025ab1db
11 changed files with 13 additions and 13 deletions

View File

@@ -3,8 +3,8 @@
# TODO, warning! This script is horrible and insecure with background jobs
show_help() {
# echo "Usage: $0 [--no-abort-on-found] [--parallel] [--custom-grep-search|-c <string>]"
echo "Usage: $0 [--custom-grep-search|-c <string>]"
# echo "Usage: `basename $0` [--no-abort-on-found] [--parallel] [--custom-grep-search|-c <string>]"
echo "Usage: `basename $0` [--custom-grep-search|-c <string>]"
echo "Options:"
# echo " --no-abort-on-found (optional) The script will not update each gallery download until it finds an already downloaded file."
# echo " --parallel-jobs (optional) The script will update each gallery download in parallel, with multiple background jobs running on your operating system."