Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 6a9df32

Browse files
committed
Minor nomenclature tweak
1 parent 6c2ad8f commit 6a9df32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UniqueFileGenerator/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private static void PrintInstructions()
6060

6161
var argTable = new Table();
6262
argTable.Border(TableBorder.None);
63-
argTable.AddColumn("Arg");
63+
argTable.AddColumn("Flag");
6464
argTable.AddColumn("Description");
6565
argTable.HideHeaders();
6666
argTable.Columns[0].PadRight(3);
@@ -87,4 +87,4 @@ private static void PrintInstructions()
8787

8888
AnsiConsole.Write(outerTable);
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)