From 70a4a054d1163378813a0606c6e2fcc35772293a Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 28 Sep 2017 21:13:01 +0100 Subject: [PATCH] Implemented media-info command for MMC and SecureDigital devices. --- DiscImageChef/Commands/MediaInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)