| Summary: | typo in help for filters | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | user-experience | Assignee: | Sayli Karmarkar <skarmark> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | cperry, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 27 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-02-24 20:13:49 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Fixed. $ sudo pulp-admin repo add_filters --id spacewalk-local Error: At least one filter id is required to perform an association. $ sudo pulp-admin repo remove_filters --id spacewalk-local Error: At least one filter id is required to remove an association. build: 0.230 verified [root@preethi ~]# rpm -q pulp pulp-0.0.230-1.fc15.noarch [root@preethi ~]# sudo pulp-admin repo add_filters --id Usage: pulp-admin <options> repo add_filters <options> pulp-admin: error: --id option requires an argument [root@preethi ~]# sudo pulp-admin repo add_filters --id test Error: At least one filter id is required to perform an association. [root@preethi ~]# sudo pulp-admin repo remove_filters --id test Error: At least one filter id is required to remove an association. [root@preethi ~]# Pulp v1.0 is released Closed Current Release. |
Description of problem: If you do repo add_filters without filters the error shows the --filters is required. But the option is --filter [root@preethi ~]# pulp-admin repo add_filters --id=pulp-clone1 Usage: pulp-admin <options> repo add_filters <options> pulp-admin: error: Option --filters is required; please see --help [root@preethi ~]# pulp-admin repo add_filters --id=pulp-clone1 --filter=black-filter1 --help Usage: pulp-admin <options> repo add_filters <options> Options: -h, --help show this help message and exit --id=ID repository id (required) -f FILTERS, --filter=FILTERS filter identifiers to be added to the repo (required)