added "desired" to the error message about disk drives

This commit is contained in:
Lux Aliaga 2021-05-07 03:43:01 -04:00
parent ed4531b7de
commit fe6a2ea247
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if arg[1] == nil then
end
end
if driveCount > 1 then
print("Too many disk drives. Specify where the disk drive is by running 'rhythmbox [drive position]'") -- For safety reasons
print("Too many disk drives. Specify where the desired disk drive is by running 'rhythmbox [drive position]'") -- For safety reasons
return false
end
end