From 6d71b893ef827492fadaafb8fd040b213e63f42f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 9 Jan 2007 18:06:08 +0000 Subject: align usage message correctly --- bin/md5/md5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/md5') 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 @@ -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); } -- cgit v1.2.3