diff --git a/inxi b/inxi index a48c8ce..f5d8a91 100755 --- a/inxi +++ b/inxi @@ -6942,7 +6942,7 @@ print_machine_data() # patch to dump all of above if dmidecode was data source and non root user if [[ ${A_MACHINE_DATA[0]} == 'dmidecode-non-root-user' || ${A_MACHINE_DATA[0]} == 'dmidecode-no-smbios-dmi-data' ]];then if [[ ${A_MACHINE_DATA[0]} == 'dmidecode-non-root-user' ]];then - system_line="${C2}No /sys/class/dmi. Using dmidecode: you must be root to use dmidecode.${CN}" + system_line="${C2}No /sys/class/dmi. Using dmidecode: you must be root to run dmidecode.${CN}" elif [[ ${A_MACHINE_DATA[0]} == 'dmidecode-no-smbios-dmi-data' ]];then system_line="${C2}No /sys/class/dmi. Using dmidecode: no machine data available.${CN}" fi