aboutsummaryrefslogtreecommitdiff
path: root/sg_prevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sg_prevent.c')
-rw-r--r--sg_prevent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sg_prevent.c b/sg_prevent.c
index ef0ee58e..ee697442 100644
--- a/sg_prevent.c
+++ b/sg_prevent.c
@@ -42,7 +42,7 @@
* given SCSI device.
*/
-static char * version_str = "1.06 20070129";
+static char * version_str = "1.06 20070419";
#define ME "sg_prevent: "
@@ -117,7 +117,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;
}