mirror of
https://github.com/zhicheng233/VHDPatchFix.git
synced 2026-09-19 01:17:59 -04:00
Update commands in README for vhdfix usage
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user