aboutsummaryrefslogtreecommitdiff
path: root/src/sg_read_attr.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2017-10-03 08:03:27 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2017-10-03 08:03:27 +0000
commitdc469cf010ce1c840d6a1790cc4179ea0f5912dd (patch)
tree8b8b31434fecc4226aa22ae28f1f717c89652b6e /src/sg_read_attr.c
parent35242f73d10cb0720c59eeb7343d437ff53fb29a (diff)
downloadsg3_utils-dc469cf010ce1c840d6a1790cc4179ea0f5912dd.tar.gz
add last n Inquiry/Mode_page data changed log pages; add rescan-scsi-bus.sh to install list in Makefile
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@718 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_read_attr.c')
-rw-r--r--src/sg_read_attr.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sg_read_attr.c b/src/sg_read_attr.c
index 7f11be78..371b9031 100644
--- a/src/sg_read_attr.c
+++ b/src/sg_read_attr.c
@@ -34,7 +34,7 @@
* and decodes the response. Based on spc5r08.pdf
*/
-static const char * version_str = "1.03 20170917";
+static const char * version_str = "1.03 20170926";
#define MAX_RATTR_BUFF_LEN (1024 * 1024)
#define DEF_RATTR_BUFF_LEN (1024 * 8)
@@ -227,8 +227,9 @@ usage()
" --sa=SA|-s SA SA is service action (def: 0)\n"
" --verbose|-v increase verbosity\n"
" --version|-V print version string and exit\n\n"
- "Performs a SCSI READ ATTRIBUTE command. It is typically used "
- "on tape\nsystems.\n");
+ "Performs a SCSI READ ATTRIBUTE command. Even though it is "
+ "defined in\nSPC-3 and later it is typically used on tape "
+ "systems.\n");
}
/* Invokes a SCSI READ ATTRIBUTE command (SPC+SMC). Return of 0 -> success,