Bug 820517
| Summary: | Missing option in man page for rhn-actions-control. | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Dimitar Yordanov <dyordano> |
| Component: | Client | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED ERRATA | QA Contact: | Jiří Mikulka <jmikulka> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 550 | CC: | cperry, jmikulka, mminar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rhncfg-5.10.27-3 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-10-15 18:38:55 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: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 818987, 855837 | ||
Fixed in spacewalk master by
commit 20829901b89cf27744e5c64f2097f8db1b749fa4
820517 - fixed command synopsis
Cherry picked into satellite
commit 463d1578cc0a6362ef949524b52275fe5b587b3f
820517 - fixed command synopsis
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-1369.html |
Description of problem: Oprion --report is missing in the SYNOPSIS section of man page for rhn-actions-control. Version-Release number of selected component (if applicable): rhncfg-5.10.27-1.el6 How reproducible: 100 % Steps to Reproduce: 1. man rhn-actions-control Actual results: SYNOPSIS rhn-actions-control [ options ... ] [ --enable-deploy | --disable-deploy ] [ --enable-diff | --disable-diff ] [ --enable-upload | --disable-upload ] [ --enable-mtime-upload | --disable-mtime-upload ] [ --enable-run | --disable-run ] [ --enable-all | --disable-all ] DESCRIPTION Expected results: SYNOPSIS rhn-actions-control [ options ... ] [ --enable-deploy | --disable-deploy ] [ --enable-diff | --disable-diff ] [ --enable-upload | --disable-upload ] [ --enable-mtime-upload | --disable-mtime-upload ] [ --enable-run | --disable-run ] [ --enable-all | --disable-all ] [ --report ] DESCRIPTION Additional info: