Skip to content

Commit 56c65c4

Browse files
authored
Added more tooltips to gui elements
1 parent 034a939 commit 56c65c4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

File System.ps1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ function Idm-SystemInfo {
3030
@{
3131
name = 'paths_spec'
3232
type = 'textbox'
33-
label = 'Paths'
33+
label = 'P
34+
tooltip = "Paths to collect. Separate multiple paths by '|'. Optionally suffix path with ':<n>' to collect 'n' levels deep."
3435
value = ''
3536
}
3637
@{
3738
name = 'excludes'
3839
type = 'textbox'
3940
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."
4042
value = ''
4143
}
4244
@{
@@ -49,9 +51,9 @@ function Idm-SystemInfo {
4951
name = 'recursion_depth'
5052
type = 'textbox'
5153
label = 'Recursion Depth'
52-
description = 'Max. depth of recursion'
54+
tooltip = 'Max. depth of recursion'
5355
value = 1
54-
hidden = '!recursive'
56+
hidden = '!recursive'
5557
}
5658
5759
@{

0 commit comments

Comments
 (0)