diff options
author | wollman <wollman@FreeBSD.org> | 1999-03-08 19:16:14 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1999-03-08 19:16:14 +0000 |
commit | bd6b0d4dcd3ba4f1c500aa804ea95c8cd6ce73df (patch) | |
tree | c6ce37551265b77767001bbdffd463c5fbaee014 /usr.bin/fetch | |
parent | 64517141512ea425006e955c5b7e758c17d9afba (diff) | |
download | FreeBSD-src-bd6b0d4dcd3ba4f1c500aa804ea95c8cd6ce73df.zip FreeBSD-src-bd6b0d4dcd3ba4f1c500aa804ea95c8cd6ce73df.tar.gz |
Restore \n at end of usage message.
Complained-about-by: charnier
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r-- | usr.bin/fetch/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c index 7589696..cc110d7 100644 --- a/usr.bin/fetch/main.c +++ b/usr.bin/fetch/main.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $Id: main.c,v 1.49 1998/12/08 13:00:49 cracauer Exp $ */ +/* $Id: main.c,v 1.50 1999/02/23 18:51:13 wollman Exp $ */ #include <sys/types.h> @@ -54,7 +54,7 @@ usage(void) fprintf(stderr, "usage: fetch [-ADHILMNPRTVablmnpqrstv] [-o outputfile] " "[-S bytes]\n" - " [-f file -h host [-c dir] | URL]"); + " [-f file -h host [-c dir] | URL]\n"); exit(EX_USAGE); } |