From 89ebdfdbb805e602dd92b321148e5d2cfc7abff8 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 24 Oct 2019 00:06:31 -0500 Subject: [PATCH] Correct some commenting --- ptgdp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ptgdp b/ptgdp index 509588e..674d588 100755 --- a/ptgdp +++ b/ptgdp @@ -392,11 +392,13 @@ main() { # Pre-really-do-stuff hooks like help text [ -n "$_opthelp" ] && printhelp && exit 0 - # Do the do + # Ensure we're ready to do the do log "Validating dependencies" 2 if ! has youtube-dl pgrep; then error "Failed to find program: $_return" 1 fi + + # Do the do if [ -n "${_args[*]}" ]; then # Files specified on the command line have priority for arg in "${_args[@]}"; do