We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c97fe3 commit a18a6c8Copy full SHA for a18a6c8
SerialDiskCLI/Program.cs
@@ -39,7 +39,7 @@ private static void PrintUsage(ApplicationSettings applicationSettings)
39
Console.WriteLine();
40
41
Console.WriteLine("Usage:");
42
- Console.WriteLine(System.AppDomain.CurrentDomain.FriendlyName + " [Commands] [Options] [virtual_disk_path]");
+ Console.WriteLine(System.AppDomain.CurrentDomain.FriendlyName + " [Command] [Options] [virtual_disk_path]");
43
44
45
List<String> parameters = Common.Constants.ConsoleParameterMappings.Keys.ToList();
0 commit comments