diff --git a/Aaru/Commands/Media/Dump.cs b/Aaru/Commands/Media/Dump.cs index 2f9a2a6b8..25cf5139e 100644 --- a/Aaru/Commands/Media/Dump.cs +++ b/Aaru/Commands/Media/Dump.cs @@ -533,7 +533,7 @@ sealed class DumpMediaCommand : Command AnsiConsole.Progress() .AutoClear(true) .HideCompleted(true) - .Columns(new TaskDescriptionColumn(), new ProgressBarColumn(), new PercentageColumn()) + .Columns(new ProgressBarColumn(), new PercentageColumn(), new TaskDescriptionColumn()) .Start(ctx => { dumper.UpdateStatus += static text => { AaruLogging.WriteLine(text); };