aboutsummaryrefslogtreecommitdiff
path: root/sg_write_long.c
diff options
context:
space:
mode:
Diffstat (limited to 'sg_write_long.c')
-rw-r--r--sg_write_long.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sg_write_long.c b/sg_write_long.c
index b252e557..d6a8014a 100644
--- a/sg_write_long.c
+++ b/sg_write_long.c
@@ -28,7 +28,7 @@
This code was contributed by Saeed Bishara
*/
-static char * version_str = "1.14 20070129";
+static char * version_str = "1.14 20070419";
#define MAX_XFER_LEN 10000
@@ -155,7 +155,7 @@ int main(int argc, char * argv[])
}
break;
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;
}