summaryrefslogtreecommitdiff
path: root/cli_args.go
diff options
context:
space:
mode:
Diffstat (limited to 'cli_args.go')
-rw-r--r--cli_args.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_args.go b/cli_args.go
index a036a2a..bc66d30 100644
--- a/cli_args.go
+++ b/cli_args.go
@@ -226,7 +226,7 @@ func parseCliOpts() (args argContainer) {
tlog.Fatal.Printf("Invalid command line: %s. Try '%s -help'.", prettyArgs(), tlog.ProgramName)
os.Exit(exitcodes.Usage)
}
- // We want to know if -scryptn was passed explicitely
+ // We want to know if -scryptn was passed explicitly
if isFlagPassed(flagSet, scryptn) {
args._explicitScryptn = true
}