Skip to content

Commit

Permalink
Fix duplicate -s option in read command
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstengaard committed Nov 11, 2022
1 parent a6ab84a commit daef60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hst.Imager.ConsoleApp/CommandFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static Command CreateReadCommand()
description: "Size of physical drive to read.");

var startOption = new Option<long?>(
new[] { "--start", "-s" },
new[] { "--start", "-st" },
description: "Start offset.");

var readCommand = new Command("read", "Read physical drive to image file.");
Expand Down

0 comments on commit daef60b

Please sign in to comment.