From 8b297bd69ef2cecf9cd762fb9a9fdf80fff721ee Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 11 Jun 2011 07:02:13 +0000 Subject: [PATCH] fixed missing app error message, now shows: inxi --recommends as solution/recommendation for further action. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." ;;