Fix typo in the query-zanata-project-version.py

Change-Id: Ifa7ced20f8c47971bf943b79924cb8c289447d3a
This commit is contained in:
zhangyanxian
2016-08-10 07:38:08 +00:00
parent d17fcf2478
commit aa984d4063

View File

@@ -23,7 +23,7 @@ from ZanataUtils import IniConfig, ZanataRestService
def get_args():
parser = argparse.ArgumentParser(description='Check if a version for the '
'specificed project exists on the Zanata '
'specified project exists on the Zanata '
'server')
parser.add_argument('-p', '--project', required=True)
parser.add_argument('-v', '--version', required=True)