mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rework image info command.
This commit is contained in:
@@ -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>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user