summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-07-02 06:28:32 +0000
committercharnier <charnier@FreeBSD.org>1997-07-02 06:28:32 +0000
commit3f6defdfaa29103f198f7cf8ef1c96bc620e4e1b (patch)
treeae4c817c38b8c98fd38e30b7bff0a24d8203ba5e /usr.bin/fetch
parent5e424abcd28fed1a118d58b3946789d11547a2de (diff)
downloadFreeBSD-src-3f6defdfaa29103f198f7cf8ef1c96bc620e4e1b.zip
FreeBSD-src-3f6defdfaa29103f198f7cf8ef1c96bc620e4e1b.tar.gz
One newline should be enough.
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c
index b00773f..999aff6 100644
--- a/usr.bin/fetch/main.c
+++ b/usr.bin/fetch/main.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id: main.c,v 1.38 1997/02/22 19:54:57 peter Exp $ */
+/* $Id: main.c,v 1.39 1997/07/01 06:37:34 charnier Exp $ */
#include <sys/types.h>
@@ -53,7 +53,7 @@ usage()
{
fprintf(stderr, "%s\n%s\n",
"usage: fetch [-DHILMNPRTValmnpqrv] [-o outputfile]",
- " [-f file -h host [-c dir] | URL]\n");
+ " [-f file -h host [-c dir] | URL]");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud