Skip to content

Commit b297373

Browse files
authored
Fixed paths labels and identation
1 parent 56c65c4 commit b297373

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

File System.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ function Idm-SystemInfo {
3030
@{
3131
name = 'paths_spec'
3232
type = 'textbox'
33-
label = 'P
34-
tooltip = "Paths to collect. Separate multiple paths by '|'. Optionally suffix path with ':<n>' to collect 'n' levels deep."
33+
label = 'Paths'
34+
tooltip = "Paths to collect. Separate multiple paths by '|'. Optionally suffix path with ':<n>' to collect 'n' levels deep."
3535
value = ''
3636
}
3737
@{
3838
name = 'excludes'
3939
type = 'textbox'
4040
label = 'Excludes'
41-
tooltip = "File name patterns to exclude. Separate multiple patterns by '|'. E.g. *\example excludes all folders with the name 'example' and their contents; *\example\* excludes the contents of all folders with the name 'example', not the folder itself."
41+
tooltip = "File name patterns to exclude. Separate multiple patterns by '|'. E.g. *\example excludes all folders with the name 'example' and their contents; *\example\* excludes the contents of all folders with the name 'example', not the folder itself."
4242
value = ''
4343
}
4444
@{
@@ -53,7 +53,7 @@ function Idm-SystemInfo {
5353
label = 'Recursion Depth'
5454
tooltip = 'Max. depth of recursion'
5555
value = 1
56-
hidden = '!recursive'
56+
hidden = '!recursive'
5757
}
5858

5959
@{

0 commit comments

Comments
 (0)