Rework image info command.

This commit is contained in:
2021-03-05 13:38:06 +00:00
parent 4dbc04a948
commit 90d2dbd31c

View File

@@ -44,7 +44,7 @@ namespace Aaru.Commands.Image
internal sealed class ImageInfoCommand : Command internal sealed class ImageInfoCommand : Command
{ {
public ImageInfoCommand() : base("info", public ImageInfoCommand() : base("info",
"Opens a media image and shows information about the media it represents and metadata.") "Identifies a media image and shows information about the media it represents and metadata.")
{ {
AddArgument(new Argument<string> AddArgument(new Argument<string>
{ {