From dc469cf010ce1c840d6a1790cc4179ea0f5912dd Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Tue, 3 Oct 2017 08:03:27 +0000 Subject: 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 --- src/sg_read_attr.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/sg_read_attr.c') 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, -- cgit v1.2.3