summaryrefslogtreecommitdiff
path: root/bin/md5
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-01-09 18:06:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-01-09 18:06:08 +0000
commit6d71b893ef827492fadaafb8fd040b213e63f42f (patch)
tree8b1cb40fdf7291bedd187847b271cc168fef2350 /bin/md5
parent0ab2cccd0aaf4b7c5908f48fa3f2e1efba46588a (diff)
align usage message correctly
Diffstat (limited to 'bin/md5')
-rw-r--r--bin/md5/md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/md5/md5.c b/bin/md5/md5.c
index 296049b1fec..87f5b4e151d 100644
--- a/bin/md5/md5.c
+++ b/bin/md5/md5.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: md5.c,v 1.38 2006/11/17 16:02:18 jmc Exp $ */
+/* $OpenBSD: md5.c,v 1.39 2007/01/09 18:06:07 deraadt Exp $ */
/*
* Copyright (c) 2001,2003,2005-2006 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -630,7 +630,7 @@ usage(void)
fprintf(stderr, "usage: %s [-pqrtx] [-c [checklist ...]] "
"[-s string] [file ...]\n", __progname);
if (strcmp(__progname, "cksum") == 0)
- fprintf(stderr, "\t[-a algorithms]] [-o 1 | 2]\n");
+ fprintf(stderr, " [-a algorithms]] [-o 1 | 2]\n");
exit(EXIT_FAILURE);
}