diff --git a/DiscImageChef/Commands/MediaInfo.cs b/DiscImageChef/Commands/MediaInfo.cs index 5200e4b2..8ade9ba7 100644 --- a/DiscImageChef/Commands/MediaInfo.cs +++ b/DiscImageChef/Commands/MediaInfo.cs @@ -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)