Skip to content

Commit a18a6c8

Browse files
committed
Updated text for CLI help
1 parent 5c97fe3 commit a18a6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialDiskCLI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private static void PrintUsage(ApplicationSettings applicationSettings)
3939
Console.WriteLine();
4040

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

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

0 commit comments

Comments
 (0)