aboutsummaryrefslogtreecommitdiff
path: root/src/sg_vpd.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2019-02-11 01:43:25 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2019-02-11 01:43:25 +0000
commit9ddcd0ac08f1c6a46d681bc349f3f523e8da4fcf (patch)
treed15aa1b54d7d769ab510d895a66a529d6532d658 /src/sg_vpd.c
parentd491f4c710d6d1d123d421eb0ba7aeddee9cf7d7 (diff)
downloadsg3_utils-9ddcd0ac08f1c6a46d681bc349f3f523e8da4fcf.tar.gz
sg_pt: add sg_get_opcode_translation() to replace global pointer to array; utils/hxascdmp: add -o=<offset> option; testing/sgh_dd fixes
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@811 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_vpd.c')
-rw-r--r--src/sg_vpd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sg_vpd.c b/src/sg_vpd.c
index f73806ed..45a6e176 100644
--- a/src/sg_vpd.c
+++ b/src/sg_vpd.c
@@ -40,7 +40,7 @@
*/
-static const char * version_str = "1.51 20190202"; /* spc5r20 + sbc4r15 */
+static const char * version_str = "1.52 20190210"; /* spc5r20 + sbc4r15 */
/* standard VPD pages, in ascending page number order */
#define VPD_SUPPORTED_VPDS 0x0
@@ -292,8 +292,8 @@ usage()
" --version|-V print version string and exit\n\n"
"Fetch Vital Product Data (VPD) page using SCSI INQUIRY or "
"decodes VPD\npage response held in file FN. To list available "
- "pages use '-e'. Also\n'-p -1' yields the standard INQUIRY "
- "response.\n");
+ "pages use '-e'. Also\n'-p -1' or '-p sinq' yields the standard "
+ "INQUIRY response.\n");
}
/* Read ASCII hex bytes or binary from fname (a file named '-' taken as