Skip to content

Commit 1271db2

Browse files
committed
Treat scale out and in similar to the help standard input
1 parent 2a35f51 commit 1271db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/UserInterface.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ private void PrintControls()
7272
{
7373
ctrl.Help(Console.Out);
7474
}
75+
Console.WriteLine("Page F2/F3 to scale out/in instances.");
7576
if (!Console.IsInputRedirected)
7677
{
7778
Console.WriteLine("Press ? for help");

0 commit comments

Comments
 (0)