diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 18:43:30 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 09:43:30 -0700 |
commit | ad0b23b14ab37a54764122fe8341e62f10245e15 (patch) | |
tree | 66ce117ee356fdb08f2eb31569fba0ad50cae2e3 /cmd/ztest | |
parent | ac3d4d0cf6b3d06cfd90636b4bc8a2043176b725 (diff) |
Fix typos in cmd/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9234
Diffstat (limited to 'cmd/ztest')
-rw-r--r-- | cmd/ztest/ztest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ztest/ztest.c b/cmd/ztest/ztest.c index 01421e85b..24ea49c10 100644 --- a/cmd/ztest/ztest.c +++ b/cmd/ztest/ztest.c @@ -74,7 +74,7 @@ * * To turn this into an overnight stress test, use -T to specify run time. * - * You can ask more more vdevs [-v], datasets [-d], or threads [-t] + * You can ask more vdevs [-v], datasets [-d], or threads [-t] * to increase the pool capacity, fanout, and overall stress level. * * Use the -k option to set the desired frequency of kills. |