🎨Add interface for writable media images.

This commit is contained in:
2017-12-28 18:38:52 +00:00
parent ecd2db76a8
commit b0bcda2e43
7 changed files with 230 additions and 31 deletions

View File

@@ -351,6 +351,6 @@ namespace DiscImageChef
[Verb("list-encodings", HelpText = "Lists all supported text encodings and code pages.")]
public class ListEncodingsOptions : CommonOptions { }
[Verb("list-options", HelpText = "Lists all options supported by read-only filesystems.")]
[Verb("list-options", HelpText = "Lists all options supported by read-only filesystems and writable media images.")]
public class ListOptionsOptions : CommonOptions { }
}