Bug 1153542

Summary: oo-iptables-port-proxy should have "showproxy" instead of "showproxies" in its usage
Product: OpenShift Online Reporter: Ruikai Liu <ruliu>
Component: ContainersAssignee: Jhon Honce <jhonce>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: jokerman, mmccomas, xtian
Target Milestone: ---   
Target Release: 2.x   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1153750 (view as bug list) Environment:
Last Closed: 2015-02-18 16:52:03 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: 1153750    

Description Ruikai Liu 2014-10-16 07:47:48 UTC
Description of problem:
oo-iptables-port-proxy use "showproxy" as a command arg (line 179 in /usr/bin/oo-iptables-port-proxy), but the wrong word "showproies" is shown in usage (line 9), which is misleading.

Version-Release number of selected component (if applicable):
devenv_5235

How reproducible:
Always

Steps to Reproduce:
1. # oo-iptables-port-proxy addproxy 34567 127.0.0.1:201
2. # oo-iptables-port-proxy showproxies 34567
3. # oo-iptables-port-proxy showproxy 34567

Actual results:
In step 2, it shows:
Usage: /usr/bin/oo-iptables-port-proxy addproxy|removeproxy|showproxies

Expected results:
Usage: /usr/bin/oo-iptables-port-proxy addproxy|removeproxy|showproxy

Additional info:
NA

Comment 2 Ruikai Liu 2014-10-17 01:43:34 UTC
Fixed in devenv_5242