aboutsummaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/sg_copy_results.c4
-rw-r--r--src/sg_xcopy.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/sg_copy_results.c b/src/sg_copy_results.c
index 1a1c0f34..cc3e3ce8 100644
--- a/src/sg_copy_results.c
+++ b/src/sg_copy_results.c
@@ -35,7 +35,7 @@
and the optional list identifier passed as the list_id argument.
*/
-static const char * version_str = "1.7 20140123";
+static const char * version_str = "1.8 20140308";
#define MAX_XFER_LEN 10000
@@ -286,7 +286,7 @@ usage()
"sg_copy_results [--failed|--params|--receive|--status] [--help]\n"
" [--hex] [--list_id=ID] [--verbose] "
"[--version]\n"
- " DEVICE\n"
+ " [--xfer_len=BTL] DEVICE\n"
" where:\n"
" --failed|-f use FAILED SEGMENT DETAILS service "
"action\n"
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: