diff --git a/README.md b/README.md index 0f7b854..b3c1085 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Arguments | Description | Example --info | Display detailed information about input (-i) & output (-o) streams | ```--info -i rawnand.bin``` --list | List compatible physical drives | ```--list``` --enable_autoRCM | Enable auto-RCM for BOOT0 partition indicated with -i param | ```--enable_autoRCM -i BOOT0```
```--enable_autoRCM -i "C:\some dir\BOOT0"```
```--enable_autoRCM -i \\.\PhysicalDrive3``` ---disable_autoRCM | Disable auto-RCM for BOOT0 partition indicated with -i param | ```--Disable_autoRCM -i BOOT0```
```--Disable_autoRCM -i "C:\some dir\BOOT0"```
```--Disable_autoRCM -i \\.\PhysicalDrive3``` +--disable_autoRCM | Disable auto-RCM for BOOT0 partition indicated with -i param | ```--disable_autoRCM -i BOOT0```
```--disable_autoRCM -i "C:\some dir\BOOT0"```
```--disable_autoRCM -i \\.\PhysicalDrive3``` -i | Path to input file or physical drive | ```-i rawnand.bin```
```-i "C:\some dir\rawnand.bin"```
```-i \\.\PhysicalDrive3``` -o | Path to output file or physical drive | ```-o rawnand.bin```
```-o \\.\PhysicalDrive3``` -part= | Copy from/to a specific NAND partition (optional) | ```-part=PRODINFO```
```-part=BCPKG2-2-Normal-Sub``` @@ -116,4 +116,4 @@ QtCreator : Use ```NxNandManager/NxNandManager.pro``` project file - Special thanks to [shadow256](https://github.com/shadow2560) without whom this work would not have been possible - rajkosto for his amazing work on [memloader](https://github.com/rajkosto/memloader). -- CTCaer's [hekate](https://github.com/CTCaer/hekate), which I borrowed a few pieces of code \ No newline at end of file +- CTCaer's [hekate](https://github.com/CTCaer/hekate), which I borrowed a few pieces of code