You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Lib/Objects/CommandOptions.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -128,10 +128,10 @@ public class CollectCommandOptions : CommandOptions
128
128
[Option("crawl-archives",Required=false,HelpText="Attempts to crawl every archive file encountered when using File Collector. May dramatically increase run time of the scan.")]
129
129
publicboolCrawlArchives{get;set;}
130
130
131
-
[Option("directories",Required=false,HelpText="Comma separated list of paths to scan with FileSystemCollector")]
131
+
[Option("directories",Required=false,HelpText="^ separated list of paths to scan with FileSystemCollector")]
132
132
publicstring?SelectedDirectories{get;set;}
133
133
134
-
[Option("hives",Required=false,HelpText="Comma separated list of hives and subkeys to search.")]
134
+
[Option("hives",Required=false,HelpText="^ separated list of hives and subkeys to search.")]
135
135
publicstring?SelectedHives{get;set;}
136
136
137
137
[Option(HelpText="Download files from thin Cloud Folders (like OneDrive) to check them.")]
0 commit comments