Rename analyze command to fs-info.

This commit is contained in:
2021-03-05 14:17:07 +00:00
parent 90d2dbd31c
commit 122c77b9c2
15 changed files with 130 additions and 75 deletions

View File

@@ -578,7 +578,7 @@ namespace Aaru.Gui.ViewModels.Windows
if(partitions.Count == 0)
{
AaruConsole.DebugWriteLine("Analyze command", "No partitions found");
AaruConsole.DebugWriteLine("Fs-info command", "No partitions found");
checkRaw = true;
}