windows.rst
changeset 1043 3785e14cca53
parent 999 dc74e11a1686
child 1071 d06823550de7
--- 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::