Fix utils usage.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 21 Oct 2011 22:34:38 +0300
changeset 1043 3785e14cca53
parent 1042 dd197cbdaf21
child 1044 793f6133d454
Fix utils usage.
windows.rst
--- a/windows.rst	Fri Oct 21 00:47:10 2011 +0300
+++ b/windows.rst	Fri Oct 21 22:34:38 2011 +0300
@@ -434,7 +434,7 @@
 
 Recursively change the owner of all matching files to the specified user::
 
-  cmd> icacls /setowner %user% /t /c
+  cmd> icacls %dir% /setowner %user% /t /c
 
 Recursively grand full access for everyone::