diff --git a/WindowsServerDocs/administration/windows-commands/icacls.md b/WindowsServerDocs/administration/windows-commands/icacls.md index 11800c807d..d590d0c8a6 100644 --- a/WindowsServerDocs/administration/windows-commands/icacls.md +++ b/WindowsServerDocs/administration/windows-commands/icacls.md @@ -28,7 +28,7 @@ icacls directory [/substitute SidOld SidNew [...]] [/restore aclfile] [/C] [/L] | --------- | ----------- | | `` | Specifies the file for which to display or modify DACLs. | | `` | Specifies the directory for which to display or modify DACLs. | -| /t | Performs the operation on all specified files in the current directory and its subdirectories. | +| /t | Performs the operation on all files and directories in `` including ``. | | /c | Continues the operation even if file errors occur. Error messages are still shown. | | /l | Performs the operation on a symbolic link instead of its destination. | | /q | Suppresses success messages. |