diff --git a/README.md b/README.md index d2af19a..c45c638 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,18 @@ USAGE: `LetterSwap.exe [/Swap : :] [/HideLetter|/Mou ### Arguments |Arg|Description| |---|---| -|/HideLetter | Hides inactive removable and CDROM disks.| -|/MountAll | Mount inactive disks to the first available drive letter.| -|/Swap | Swap the specified drive letters. Ex. LetterSwap.exe /Swap D: E:| -|/Auto | Find the first guest OS.| -|/Manual | Display a dialog prompting to select the guest OS Windows directory.| -|/WinDir | Specify the directory of the guest OS. (Ex. D:\Windows)| -|/BootDrive : | Assigns the boot disk the specified drive letter.| -|/BootDrive :\ | Search for and assign the boot disk the specified drive letter. Ex. Letterswap.exe /Auto /BootDrive Y:\USB.Y| -|/SetLetter :\ | Search for and assign the disk the specified drive letter. Ex. Letterswap.exe /SetLetter Z:\File.tag| -|/Wait | Used in conjunction with /BootDrive or /SetLetter to define the number of seconds to wait for drives to become available.| -|/Save | When used in conjunction with /Auto, /Manual, or /WinDir save the Guest and Source drive letters to the registry (HKLM\SOFTWARE\LetterSwap).| -|/RestartExplorer | Restart Explorer.exe after letter change.| -|/IgnoreLetter [...] | When used in conjunction with /Auto, /Manual, or /WinDir ignore the specified drive letters. (The system drive and letters y,z are always ignored.) Ex. Letterswap.exe /IgnoreLetter abde| -|/IgnoreCD | When used in conjunction with /Auto, /Manual, or /WinDir ignore all driveletters belonging to CDROM drives.| -|/Log or | Output to the specified log file or console.| +|`/HideLetter` | Hides inactive removable and CDROM disks.| +|`/MountAll` | Mount inactive disks to the first available drive letter.| +|`/Swap ` | Swap the specified drive letters. Ex. LetterSwap.exe /Swap D: E:| +|`/Auto` | Find the first guest OS.| +|`/Manual` | Display a dialog prompting to select the guest OS Windows directory.| +|`/WinDir ` | Specify the directory of the guest OS. (Ex. D:\Windows)| +|`/BootDrive :` | Assigns the boot disk the specified drive letter.| +|`/BootDrive :\` | Search for and assign the boot disk the specified drive letter. Ex. Letterswap.exe /Auto /BootDrive Y:\USB.Y| +|`/SetLetter :\` | Search for and assign the disk the specified drive letter. Ex. Letterswap.exe /SetLetter Z:\File.tag| +|`/Wait ` | Used in conjunction with /BootDrive or /SetLetter to define the number of seconds to wait for drives to become available.| +|`/Save` | When used in conjunction with /Auto, /Manual, or /WinDir save the Guest and Source drive letters to the registry (HKLM\SOFTWARE\LetterSwap).| +|`/RestartExplorer` | Restart Explorer.exe after letter change.| +|`/IgnoreLetter [...]` | When used in conjunction with /Auto, /Manual, or /WinDir ignore the specified drive letters. (The system drive and letters y,z are always ignored.) Ex. Letterswap.exe /IgnoreLetter abde| +|`/IgnoreCD` | When used in conjunction with /Auto, /Manual, or /WinDir ignore all driveletters belonging to CDROM drives.| +|`/Log | ` | Output to the specified log file or console.|