summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSpencer Kinny <[email protected]>2020-08-31 02:44:32 +0530
committerGitHub <[email protected]>2020-08-30 14:14:32 -0700
commitabe4fbfd01c2440813c9f31ca6727473e22d0039 (patch)
treee9b10a4fd971223d9a7f591254930bb17eba5474 /cmd
parent7bb18b94c7f1e44e82cdbaf0d9b67f8f7ae0c8ea (diff)
Typo Correction
Corrected the typo in zfs/cmd/zfs/zfs_main.c line number 404 pbkfd2iters to pbkdf2iters Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Spencer Kinny <[email protected]> Closes #10850
Diffstat (limited to 'cmd')
-rw-r--r--cmd/zfs/zfs_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c
index 650b4fc9b..7cae89fcd 100644
--- a/cmd/zfs/zfs_main.c
+++ b/cmd/zfs/zfs_main.c
@@ -401,7 +401,7 @@ get_usage(zfs_help_t idx)
"<-a | filesystem|volume>\n"));
case HELP_CHANGE_KEY:
return (gettext("\tchange-key [-l] [-o keyformat=<value>]\n"
- "\t [-o keylocation=<value>] [-o pbkfd2iters=<value>]\n"
+ "\t [-o keylocation=<value>] [-o pbkdf2iters=<value>]\n"
"\t <filesystem|volume>\n"
"\tchange-key -i [-l] <filesystem|volume>\n"));
case HELP_VERSION: