Scripts will display only filename instead of full path in echo messages
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user