Updated commands layout
This commit is contained in:
@@ -85,7 +85,7 @@ namespace OpenRA.Utility
|
||||
var args = descParts.Take(descParts.Length - 1).JoinWith(" ");
|
||||
var desc = descParts[descParts.Length - 1];
|
||||
|
||||
Console.WriteLine(" {0} {1} ({2})", a.Key, args, desc);
|
||||
Console.WriteLine(" {0} {1}{3} {2}{3}", key, args, desc, Environment.NewLine);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user