aboutsummaryrefslogtreecommitdiff
path: root/sg_write_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sg_write_buffer.c')
-rw-r--r--sg_write_buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sg_write_buffer.c b/sg_write_buffer.c
index 13de4d51..88f79c78 100644
--- a/sg_write_buffer.c
+++ b/sg_write_buffer.c
@@ -43,7 +43,7 @@
* This utility issues the SCSI WRITE BUFFER command to the given device.
*/
-static char * version_str = "1.04 20070127"; /* spc4r08 */
+static char * version_str = "1.04 20070419"; /* spc4r08 */
#define ME "sg_write_buffer: "
#define DEF_XFER_LEN (8 * 1024 * 1024)
@@ -249,7 +249,7 @@ int main(int argc, char * argv[])
fprintf(stderr, ME "version: %s\n", version_str);
return 0;
default:
- fprintf(stderr, "unrecognised switch code 0x%x ??\n", c);
+ fprintf(stderr, "unrecognised option code 0x%x ??\n", c);
usage();
return SG_LIB_SYNTAX_ERROR;
}