diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/libnt_path_converter/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/libnt_path_converter/README.md b/utils/libnt_path_converter/README.md index 9973855..e401aaa 100644 --- a/utils/libnt_path_converter/README.md +++ b/utils/libnt_path_converter/README.md @@ -18,7 +18,7 @@ includes all the other header files. Converts a NT-style path to a DOS-style path. The NT namespace can be explored using the [WinObj](https://technet.microsoft.com/en-us/library/bb896657.aspx) utility. -Usage example (assuming nt_path_converter is already loaded): +Usage example (assuming `nt_path_converter` is already loaded): > convert_nt_path.exe \Device\HarddiskVolume2\Windows C:\Windows |