| Summary: | Fetch usage inconsistent with man page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | gordont <gordont> | ||||
| Component: | bin | Assignee: | Dag-Erling Smørgrav <des> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-bugs->des Over to maintainer. State Changed From-To: open->closed Fixed, thanks. |
The fetch command usage shows: Usage: fetch [-1AFHMPRabdlmnpqrstv] [-o outputfile] [-S bytes] [-B bytes] [-T seconds] [-w seconds] [-f file -h host [-c dir] | URL ...] While the man page shows: SYNOPSIS fetch [-146AFMPRUadlmnpqrsv] [-B bytes] [-S bytes] [-T seconds] [-o file] [-w seconds] [-h host] [-c dir] [-f file] [URL ...] The differences are with the -4 -6 -U -b -t switches. Fix: I fixed the usage function so that it more closely resembled the man page. How-To-Repeat: fetch man fetch