Skip to content

Commit

Permalink
i dont know what im doing :P
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Mar 23, 2023
1 parent ae29c2a commit 15fd9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en-US/Get-PSTree.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ This switch enables the cmdlet to calculated the recursive size of folders in a
By default, the cmdlet only displays the size of folders based on the sum of the files length in each directory.
It's important to note that this is a more expensive operation, in order to calculate the recursive size, all folders in the hierarchy need to be traversed.

By default, hidden and system files and folders is not added to the recursive size, for this you must use the `-Force` parameter. Excluded files and folders with the `-Exclude` parameter do not add to the recursive folders size.
By default, hidden and system files and folders size is not added to the recursive size, for this you must use the `-Force` parameter. Excluded files and folders with the `-Exclude` parameter do not add to the recursive folders size.

```yaml
Type: SwitchParameter
Expand Down

0 comments on commit 15fd9a4

Please sign in to comment.