aboutsummaryrefslogtreecommitdiff
path: root/src/sg_read_attr.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2016-03-14 01:10:45 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2016-03-14 01:10:45 +0000
commitb798bfc6514f9dfff87da36456fe15d7e1b53e6f (patch)
treeff2a7c90888a1f7d1ab21c92f3d3c6af05f1a8fb /src/sg_read_attr.c
parent70cacd5629374ab1a56c4d372aac986f1de09207 (diff)
downloadsg3_utils-b798bfc6514f9dfff87da36456fe15d7e1b53e6f.tar.gz
sg_logs: fix volume statistics; add Requested recovery, TapeAlert response, and Service buffer information; sg_opcode: add '--enumerate' and '--pdt=' options; sg_lib: add SSC maintenance in/out sa names
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@685 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_read_attr.c')
-rw-r--r--src/sg_read_attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sg_read_attr.c b/src/sg_read_attr.c
index bd02a493..5083674b 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.00 20160207";
+static const char * version_str = "1.01 20160311";
#define MAX_RATTR_BUFF_LEN (1024 * 1024)
#define DEF_RATTR_BUFF_LEN (1024 * 8)
@@ -189,7 +189,7 @@ usage()
pr2serr("Usage: sg_read_attr [--cache] [--element=EA] [--enumerate] "
"[--filter=FL]\n"
" [--first=FAI] [--help] [--hex] [--in=FN] "
- "[--lvn-LVN]\n"
+ "[--lvn=LVN]\n"
" [--maxlen=LEN] [--partition=PN] [--quiet] "
"[--raw]\n"
" [--readonly] [--sa=SA] [--verbose] "