Changed wording in update list to avoid confusion.

master
Nabile Rahmani 2018-12-01 04:05:53 +01:00
parent 3b0792dfab
commit ed96d4af96
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace DotN64.Desktop
case "l":
foreach (var stream in Updater.Streams)
{
Console.WriteLine($"{stream}{(stream == ReleaseStream ? " (current)" : string.Empty)}");
Console.WriteLine(stream + (stream == ReleaseStream ? " (default)" : string.Empty));
}
return;
case "stream":