aboutsummaryrefslogtreecommitdiff
path: root/src/sg_xcopy.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2014-03-10 10:17:47 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2014-03-10 10:17:47 +0000
commite502efd0513ff6dff43c91f2bb850d717627dde5 (patch)
treec7cbea3cfd1735551235c625fae3b6ad11ad4fec /src/sg_xcopy.c
parentcb49cb9b0001304f3e2116c9279320c855a71777 (diff)
downloadsg3_utils-e502efd0513ff6dff43c91f2bb850d717627dde5.tar.gz
add scripts/59-scsi-sg3_utils.rules: linux specific udev rules
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@558 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_xcopy.c')
-rw-r--r--src/sg_xcopy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sg_xcopy.c b/src/sg_xcopy.c
index e27b02ec..7aaa2c91 100644
--- a/src/sg_xcopy.c
+++ b/src/sg_xcopy.c
@@ -62,7 +62,7 @@
#include "sg_cmds_extra.h"
#include "sg_io_linux.h"
-static const char * version_str = "0.42 20140123";
+static const char * version_str = "0.43 20140308";
#define ME "sg_xcopy: "
@@ -566,8 +566,8 @@ primary_help:
" --verbose same action as verbose=1\n"
" --version print version information then exit\n\n"
"Copy from IFILE to OFILE, similar to dd command; "
- "but using the SCSI\nEXTENDED COPY (XCOPY) command. For list "
- "of flags, use '-hh'.\n");
+ "but using the SCSI\nEXTENDED COPY (XCOPY(LID1)) command. For "
+ "list of flags, use '-hh'.\n");
return;
secondary_help: