diff options
| author | dholland <dholland@NetBSD.org> | 2008-11-29 22:36:13 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2008-11-29 22:36:13 +0000 |
| commit | 75cd00a06a06bcbc2ca4d69fa78cc6b2da3a80d9 (patch) | |
| tree | 141d2984254f7cba52ad1b639143cc854ab6f07c /usr.bin/uuencode/uuencode.c | |
| parent | 7828361bcf2a179feab66f58be556ce7828db831 (diff) | |
Clarify man page with respect to input and output files, and sync usage
message. Prompted by PR 40063 about the usage message.
Diffstat (limited to 'usr.bin/uuencode/uuencode.c')
| -rw-r--r-- | usr.bin/uuencode/uuencode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index 4068d2d5a23..a12b44f9b8d 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -1,4 +1,4 @@ -/* $NetBSD: uuencode.c,v 1.13 2008/07/21 14:19:27 lukem Exp $ */ +/* $NetBSD: uuencode.c,v 1.14 2008/11/29 22:36:13 dholland Exp $ */ /*- * Copyright (c) 1983, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\ #if 0 static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: uuencode.c,v 1.13 2008/07/21 14:19:27 lukem Exp $"); +__RCSID("$NetBSD: uuencode.c,v 1.14 2008/11/29 22:36:13 dholland Exp $"); #endif #endif /* not lint */ @@ -196,7 +196,7 @@ encode(void) static void usage(void) { - (void)fprintf(stderr, "usage: %s [-m] [infile] remotefile\n", + (void)fprintf(stderr, "usage: %s [-m] [inputfile] outputname\n", getprogname()); exit(1); } |
