mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update synopsis and description
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
list-empty-dirs.ps1 [<dir-tree>]
|
||||
Lists empty subfolders within a directory tree
|
||||
.DESCRIPTION
|
||||
Lists empty subfolders within the given directory tree
|
||||
list-empty-dirs.ps1 [<DirTree>]
|
||||
<DirTree> is the path to the directory tree
|
||||
.EXAMPLE
|
||||
PS> ./list-empty-dirs C:\
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user