Skip to content

Commit 65351a7

Browse files
authored
Fix typo (#81)
* Fix typo * Make it a capital letter
1 parent d4acea7 commit 65351a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func ParseOptions() (*Options, error) {
4040
TempDirectory: flag.String("temp-directory", filepath.Join(os.TempDir(), Name), "Directory to process and store repositories/matches"),
4141
CsvPath: flag.String("csv-path", "", "CSV file path to log found secrets to. Leave blank to disable"),
4242
SearchQuery: flag.String("search-query", "", "Specify a search string to ignore signatures and filter on files containing this string (regex compatible)"),
43-
Local: flag.String("local", "", "Specify local directory (absolute path) which to scan. Scans only given directory recursively. No need to have Githib tokens with local run."),
43+
Local: flag.String("local", "", "Specify local directory (absolute path) which to scan. Scans only given directory recursively. No need to have GitHub tokens with local run."),
4444
Live: flag.String("live", "", "Your shhgit live endpoint"),
4545
ConfigPath: flag.String("config-path", "", "Searches for config.yaml from given directory. If not set, tries to find if from shhgit binary's and current directory"),
4646
}

0 commit comments

Comments
 (0)