Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in aws elb help #622

Closed
asieira opened this issue Jan 29, 2014 · 2 comments
Closed

Error in aws elb help #622

asieira opened this issue Jan 29, 2014 · 2 comments
Labels
bug This issue is a bug. documentation This is a problem with documentation.

Comments

@asieira
Copy link
Contributor

asieira commented Jan 29, 2014

The help page has a problem:

| => aws elb help
<string>:31: (WARNING/2) Inline literal start-string without end-string.
<string>:133: (WARNING/2) malformed hyperlink target.

The content itself shows the problem as well:

(...)
       o set-load-balancer-policies-of-listener

       System Message: WARNING/2 (<string>:, line 133)
              malformed hyperlink target.
@jamesls
Copy link
Member

jamesls commented Feb 11, 2014

Confirmed, I see the issue, we're not handling link with no text content properly:

which is available at:\n            <a href=\"http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/ElasticLoadBalancing.wsdl\"></a>   

Should be a quick fix.

jamesls added a commit to jamesls/aws-cli that referenced this issue Feb 11, 2014
This also will catch any groff warnings printed to stderr.
Depends on: boto/bcdoc#27
jamesls added a commit to jamesls/aws-cli that referenced this issue Feb 11, 2014
@jamesls
Copy link
Member

jamesls commented Feb 11, 2014

Fixed in boto/bcdoc#27
CLI test in: #645

@jamesls jamesls closed this as completed Feb 11, 2014
jamesls added a commit that referenced this issue Feb 11, 2014
* elb-help-error:
  Add #622 to changelog
  Add test for #622
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. documentation This is a problem with documentation.
Projects
None yet
Development

No branches or pull requests

2 participants