From 43c7d125abce23c3d72346ae3e0b18287047e3be Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 28 Jun 2013 17:44:32 +0000 Subject: sg_persist+sg_unmap: fix crash on option decode; sg_logs: expand for tape; sg_xcopy+: clean git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@500 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_persist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sg_persist.c') diff --git a/src/sg_persist.c b/src/sg_persist.c index bfc345fd..a4e00225 100644 --- a/src/sg_persist.c +++ b/src/sg_persist.c @@ -26,7 +26,7 @@ #include "sg_cmds_basic.h" #include "sg_cmds_extra.h" -static const char * version_str = "0.39 20130604"; +static const char * version_str = "0.40 20130626"; #define PRIN_RKEY_SA 0x0 @@ -992,7 +992,7 @@ main(int argc, char * argv[]) while (1) { int option_index = 0; - c = getopt_long(argc, argv, "AcCd:GHhiIkK:l:LMnoPQrRsS:T:UvVX:YZ", + c = getopt_long(argc, argv, "AcCd:GHhiIkK:l:LMnoPQ:rRsS:T:UvVX:YZ", long_options, &option_index); if (c == -1) break; -- cgit v1.2.3