From 6297a1f519b2eb21158b511b65e62167f2a9173c Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 10 Jun 2011 23:21:10 +0000 Subject: [PATCH] added --recommends suggestion to non x mode start --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 1ce0272..58c2b57 100755 --- a/inxi +++ b/inxi @@ -792,7 +792,7 @@ check_script_depends() do app_path=$( type -p $app_name ) if [[ -z $app_path ]];then - script_debugger "Resuming in non X mode: $app_name not found in path" + script_debugger "Resuming in non X mode: $app_name not found in path. Use --recommends for solution" B_SHOW_X_DATA='false' break fi