Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS.

This commit is contained in:
chouseknecht 2015-12-10 10:57:48 -05:00 committed by chouseknecht
commit 06dde0d332
4 changed files with 15 additions and 14 deletions

View file

@ -49,7 +49,7 @@ except ImportError:
class GalaxyCLI(CLI):
SKIP_INFO_KEYS = ("name", "description", "readme_html", "related", "summary_fields", "average_aw_composite", "average_aw_score", "url" )
VALID_ACTIONS = ("delete","import","info","init","install","list","login","remove","search","setup")
VALID_ACTIONS = ("delete", "import", "info", "init", "install", "list", "login", "remove", "search", "setup")
def __init__(self, args):
self.api = None