Update commands in README for vhdfix usage

This commit is contained in:
2026-09-16 22:32:48 +08:00
committed by GitHub
parent 8bdb56eac0
commit 58db98e2ba
+2 -2
View File
@@ -7,13 +7,13 @@
Preview a change without writing: Preview a change without writing:
```powershell ```powershell
dotnet run --project src\VHDPatchFix\VHDPatchFix.csproj -- --vhd "I:\B.vhd" --parent "I:\A.vhd" --dry-run vhdfix --vhd "I:\B.vhd" --parent "I:\A.vhd" --dry-run
``` ```
Patch the VHD and create the default `.bak` backup: Patch the VHD and create the default `.bak` backup:
```powershell ```powershell
dotnet run --project src\VHDPatchFix\VHDPatchFix.csproj -- --vhd "I:\B.vhd" --parent "I:\A.vhd" vhdfix --vhd "I:\B.vhd" --parent "I:\A.vhd"
``` ```
Verify after writing: Verify after writing: