diff --git a/src/Hst.Imager.ConsoleApp/CommandFactory.cs b/src/Hst.Imager.ConsoleApp/CommandFactory.cs index 72add5f..89f9ad6 100644 --- a/src/Hst.Imager.ConsoleApp/CommandFactory.cs +++ b/src/Hst.Imager.ConsoleApp/CommandFactory.cs @@ -110,7 +110,7 @@ public static Command CreateReadCommand() description: "Size of physical drive to read."); var startOption = new Option( - new[] { "--start", "-s" }, + new[] { "--start", "-st" }, description: "Start offset."); var readCommand = new Command("read", "Read physical drive to image file.");