mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 06:02:56 +02:00
Update the manual pages
This commit is contained in:
@ -25,7 +25,7 @@ PS> ./list-empty-files.ps1 [[-DirTree] <String>] [<CommonParameters>]
|
||||
Example
|
||||
-------
|
||||
```powershell
|
||||
PS> ./list-empty-files C:\
|
||||
PS> ./list-empty-files.ps1 C:\
|
||||
|
||||
```
|
||||
|
||||
@ -48,7 +48,7 @@ Script Content
|
||||
.PARAMETER DirTree
|
||||
Specifies the path to the directory tree
|
||||
.EXAMPLE
|
||||
PS> ./list-empty-files C:\
|
||||
PS> ./list-empty-files.ps1 C:\
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
@ -75,4 +75,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-files.ps1 as of 08/06/2023 11:42:28)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-files.ps1 as of 08/06/2023 21:36:13)*
|
||||
|
Reference in New Issue
Block a user