| Summary: | excessive line for '-nv' option in 'wget' manpage | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adri Verhoef <bugzilla> |
| Component: | wget | Assignee: | Tomáš Hozza <thozza> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 19 | CC: | lnie, micah, thozza |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | wget-1.14-10.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-07 06:29:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Fixed in: wget-1.14-9.fc19 wget-1.14-10.fc20 wget-1.14-10.fc21 wget-1.14-10.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/wget-1.14-10.fc19 wget-1.14-12.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/wget-1.14-12.fc20 wget-1.14-12.fc20 works Package wget-1.14-12.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing wget-1.14-12.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-3460/wget-1.14-12.fc20 then log in and leave karma (feedback). wget-1.14-12.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. wget-1.14-10.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: In the manpage of 'wget' the line for option -nv is mentioned twice; the first time above '--no-verbose', the second time above '--report-speed'. The second one should be removed. Version-Release number of selected component (if applicable): wget-1.14-8.fc19.x86_64 How reproducible: $ man wget | grep -C1 ' -nv' Actual results: -nv --no-verbose -- -nv --report-speed=type Expected results: -nv --no-verbose Additional info: There is no alternative (abbreviation) for the '--report-speed' option, so the second '-nv' line should just be removed.