diff --git a/common-functions.sh b/common-functions.sh index a2b4db7b..b40bbdb7 100644 --- a/common-functions.sh +++ b/common-functions.sh @@ -1232,6 +1232,8 @@ _validate_files_count() { valid_file_term="plain text files" elif [[ "$par_type" == "file" ]]; then valid_file_term="files" + elif [[ "$par_type" == "all" ]]; then + valid_file_term="files or directories" fi # Count the number of valid files.