diff --git a/inxi b/inxi index fa5dd1d..1318215 100755 --- a/inxi +++ b/inxi @@ -10788,14 +10788,14 @@ print_raid_data() local empty_raid_data='' report_size='report' blocks_avail='blocks' chunk_raid_usage='chunk size' if [[ -n $BSD_TYPE ]];then - no_raid_detected='No zfs software RAID detected - other types not yet supported.' - empty_raid_data='No zfs RAID data available - other types not yet supported.' + no_raid_detected='No zfs software RAID detected-other types not yet supported.' + empty_raid_data='No zfs RAID data available-other types not yet supported.' report_size='full size' blocks_avail='available size' chunk_raid_usage='raid allocated' else - no_raid_detected="No RAID data available - $FILE_MDSTAT is missing - is md_mod kernel module loaded?" - empty_raid_data="No RAID devices detected - $FILE_MDSTAT, md_mod kernel module present" + no_raid_detected="No RAID data: $FILE_MDSTAT missing-is md_mod kernel module loaded?" + empty_raid_data="No RAID devices: $FILE_MDSTAT, md_mod kernel module present" fi if [[ $BSD_TYPE == 'bsd' ]];then