diff --git a/inxi b/inxi index 900d0d5..b23a40d 100755 --- a/inxi +++ b/inxi @@ -1077,7 +1077,7 @@ error_handler() ;; 4) error_message="unsupported verbosity level: $2" ;; - 5) error_message="dependency not met: $2 not found in path" + 5) error_message="dependency not met: $2 not found in path.\nFor distribution installation package names and missing apps information, run: $SCRIPT_NAME --recommends" ;; 6) error_message="/proc not found! Quitting..." ;;