mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Implemented media-info command for MMC and SecureDigital
devices.
This commit is contained in:
@@ -100,7 +100,7 @@ namespace DiscImageChef.Commands
|
||||
|
||||
static void doSDMediaInfo(string outputPrefix, Device dev)
|
||||
{
|
||||
throw new NotImplementedException("MMC/SD devices not yet supported.");
|
||||
DicConsole.ErrorWriteLine("Please use device-info command for MMC/SD devices.");
|
||||
}
|
||||
|
||||
static void doSCSIMediaInfo(string outputPrefix, Device dev)
|
||||
|
||||
Reference in New Issue
Block a user