Bug 1145036
| Summary: | Typo in add-user help message | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> |
| Component: | Scripts and Commands | Assignee: | Darran Lofthouse <darran.lofthouse> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.0 | CC: | fnasser, kkhan, pgier |
| Target Milestone: | DR3 | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-19 12:44:05 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: | |||
Darran Lofthouse <darran.lofthouse> updated the status of jira WFCORE-117 to Coding In Progress Going to say no on requires doc text as this is a minimal typo with no notable consequences. Verified on EAP 6.4.0.DR3 |
Description of problem: There is a typo in help message of add-user tool. Version-Release number of selected component (if applicable): EAP 6.4.0.DR1.1 How reproducible: Always Steps to Reproduce: 1. ./add-user.sh --help Actual results: ... -sc <value> Define the location the server config directory. ... Expected results: ... -sc <value> Define the location of the server config directory. ...