summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Lawrence <joe.lawrence@stratus.com>2014-11-01 12:18:08 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-11-02 14:39:33 -0500
commit3d6ead6908a72aa46ade3cf6577d090768f58cb3 (patch)
tree049154fb8d2a95c6afe44586cf287f191c87e2eb /src
parentdaaa2f764b7b30f91820c36c1891321c72db9a48 (diff)
scsi_id: fix usage spelling
s/threat/treat/g Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r--src/scsi_id/scsi_id.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scsi_id/scsi_id.c b/src/scsi_id/scsi_id.c
index ad190552f7..662fe47d22 100644
--- a/src/scsi_id/scsi_id.c
+++ b/src/scsi_id/scsi_id.c
@@ -321,8 +321,8 @@ static void help(void) {
" -f,--config= location of config file\n"
" -p,--page=0x80|0x83|pre-spc3-83 SCSI page (0x80, 0x83, pre-spc3-83)\n"
" -s,--sg-version=3|4 use SGv3 or SGv4\n"
- " -b,--blacklisted threat device as blacklisted\n"
- " -g,--whitelisted threat device as whitelisted\n"
+ " -b,--blacklisted treat device as blacklisted\n"
+ " -g,--whitelisted treat device as whitelisted\n"
" -u,--replace-whitespace replace all whitespace by underscores\n"
" -v,--verbose verbose logging\n"
" --version print version\n"