Skip to content

Commit

Permalink
Update cmd/dmverity-vhd/main.go
Browse files Browse the repository at this point in the history
Resolving comment to keep image flag available

Co-authored-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
  • Loading branch information
hgarvison and helsaawy authored Oct 7, 2024
1 parent 4cd37d0 commit 97a38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dmverity-vhd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ var createVHDCommand = cli.Command{
Usage: "creates LCOW layer VHDs inside the output directory with dm-verity super block and merkle tree appended at the end",
Flags: []cli.Flag{
cli.StringFlag{
Name: inputFlag + ",i",
Name: inputFlag + ",image,i",
Usage: "Required: container image reference or path directory tarfile to create a VHD from",
Required: true,
},
Expand Down

0 comments on commit 97a38e5

Please sign in to comment.