diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-05-26 09:22:04 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-05-26 09:22:04 +0000 |
commit | 942c2eb3efe6d4c7a02d17199e8b8a308783d397 (patch) | |
tree | aa7d6ed75fb0946eb2b490c08810e6150e22fcb3 /libexec/mail.local/mail.local.c | |
parent | ee77314de87653e38edebe1da5f1b93bd272ad1f (diff) |
sort flags on both the synopsis and usage.
ok jmc@
Diffstat (limited to 'libexec/mail.local/mail.local.c')
-rw-r--r-- | libexec/mail.local/mail.local.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/mail.local/mail.local.c b/libexec/mail.local/mail.local.c index 02ccb905536..57be1c18b0e 100644 --- a/libexec/mail.local/mail.local.c +++ b/libexec/mail.local/mail.local.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mail.local.c,v 1.30 2006/05/13 04:17:07 deraadt Exp $ */ +/* $OpenBSD: mail.local.c,v 1.31 2008/05/26 09:22:03 sobrado Exp $ */ /*- * Copyright (c) 1996-1998 Theo de Raadt <deraadt@theos.com> @@ -41,7 +41,7 @@ char copyright[] = #if 0 static char sccsid[] = "from: @(#)mail.local.c 5.6 (Berkeley) 6/19/91"; #else -static char rcsid[] = "$OpenBSD: mail.local.c,v 1.30 2006/05/13 04:17:07 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: mail.local.c,v 1.31 2008/05/26 09:22:03 sobrado Exp $"; #endif #endif /* not lint */ @@ -334,5 +334,5 @@ notifybiff(char *msg) void usage(void) { - merr(FATAL, "usage: mail.local [-lL] [-f from] user ..."); + merr(FATAL, "usage: mail.local [-Ll] [-f from] user ..."); } |