Skip site navigation (1)Skip section navigation (2)
Date:      1 Apr 1999 07:49:05 -0000
From:      woju@freebsd.ntu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/10899: small patch for /usr/bin/fetch
Message-ID:  <19990401074905.11970.qmail@freebsd.ntu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         10899
>Category:       bin
>Synopsis:       /usr/bin/fetch usage message fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 31 23:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     woju
>Release:        FreeBSD 3.1-19990309-STABLE i386
>Organization:
National Taiwan University
>Environment:
Release:        FreeBSD 3.1-19990309-STABLE i386
The small bug still exist in 0331-STABLE

>Description:
/usr/bin/fetch usage message fix

>How-To-Repeat:
web[woju]:~$ fetch
usage: fetch [-ADHILMNPRTVablmnpqrstv] [-o outputfile] [-S bytes]
             [-f file -h host [-c dir] | URL]web[woju]:~$


>Fix:
# in src/usr.bin/fetch/
#
--- main.c.orig Thu Apr  1 15:25:10 1999
+++ main.c      Thu Apr  1 15:25:29 1999
@@ -54,7 +54,7 @@
        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);
 }


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990401074905.11970.qmail>