Fix the help output for api-get to not show "--".

Review Request #7521 — Created July 14, 2015 and submitted

Information

RBTools
release-0.7.x
107215e...

Reviewers

api-get's help output showed that "--" was required before any query
arguments. This was probably true when we were using OptionParser, but
isn't either needed or supported now. Query arguments work just fine as
normal arguments. We can safely remove this misleading information from
the help.

Ran an api-get command without the extra "--". Worked.

Viewed the help and saw that the "--" was no longer shown as a requirement.

Built and viewed the updated docs.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/commands/api_get.py
    
    Ignored Files:
        docs/rbtools/rbt/commands/api-get.rst
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/commands/api_get.py
    
    Ignored Files:
        docs/rbtools/rbt/commands/api-get.rst
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (3872dd2)
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.7.x (3872dd2)
Loading...