summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-11-26 14:25:06 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-11-26 14:25:06 +0000
commite640426b445ae5f92b797f2214d432787332b9e7 (patch)
tree9d60358989a52b749dd8d30bdcd67f1415a1c6e1
parentecc48aa762511395514b50302d748b695284fe75 (diff)
"usage:" is usually lower case.
ok matthieu@
-rw-r--r--app/xtsscale/xtsscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xtsscale/xtsscale.c b/app/xtsscale/xtsscale.c
index 3235334aa..2531d9614 100644
--- a/app/xtsscale/xtsscale.c
+++ b/app/xtsscale/xtsscale.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xtsscale.c,v 1.11 2009/11/26 11:35:29 matthieu Exp $ */
+/* $OpenBSD: xtsscale.c,v 1.12 2009/11/26 14:25:05 sobrado Exp $ */
/*
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
* Copyright (c) 2009 Matthieu Herrb <matthieu@herrb.eu>
@@ -481,7 +481,7 @@ main(int argc, char *argv[], char *env[])
int cpy[] = { 0, 1, 0, 0, 1 };
if (argc != 1 && argc != 2) {
- fprintf(stderr, "Usage: %s [device]\n", argv[0]);
+ fprintf(stderr, "usage: %s [device]\n", argv[0]);
return 1;
}
if (argc == 2)