Skip to content

Commit

Permalink
Updated text for CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
z80andrew committed Sep 27, 2022
1 parent 5c97fe3 commit a18a6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerialDiskCLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private static void PrintUsage(ApplicationSettings applicationSettings)
Console.WriteLine();

Console.WriteLine("Usage:");
Console.WriteLine(System.AppDomain.CurrentDomain.FriendlyName + " [Commands] [Options] [virtual_disk_path]");
Console.WriteLine(System.AppDomain.CurrentDomain.FriendlyName + " [Command] [Options] [virtual_disk_path]");
Console.WriteLine();

List<String> parameters = Common.Constants.ConsoleParameterMappings.Keys.ToList();
Expand Down

0 comments on commit a18a6c8

Please sign in to comment.