diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-16 00:52:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-16 00:52:51 +0300 |
commit | 746f72c5747003f2a90ae41911fc60ea81494124 (patch) | |
tree | 3277325dafdb16a3d7e4946504d87f1eaad7720d | |
parent | test: store received values (diff) | |
download | windows7-drivers-746f72c5747003f2a90ae41911fc60ea81494124.tar.gz windows7-drivers-746f72c5747003f2a90ae41911fc60ea81494124.zip |
libnt_path_converter: README update
Diffstat (limited to '')
-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 |