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/vdev_id | |
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/vdev_id')
-rwxr-xr-x | cmd/vdev_id/vdev_id | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/vdev_id/vdev_id b/cmd/vdev_id/vdev_id index 3796ab488..a79aed3b5 100755 --- a/cmd/vdev_id/vdev_id +++ b/cmd/vdev_id/vdev_id @@ -102,7 +102,7 @@ Usage: vdev_id [-h] vdev_id <-d device> [-c config_file] [-p phys_per_port] [-g sas_direct|sas_switch|scsi] [-m] - -c specify name of alernate config file [default=$CONFIG] + -c specify name of an alternative config file [default=$CONFIG] -d specify basename of device (i.e. sda) -e Create enclose device symlinks only (/dev/by-enclosure) -g Storage network topology [default="$TOPOLOGY"] |