Fixing ponctuation issue.

Old argument description:
	-l, --list	list available reviews for the current project

New argument description:
	-l, --list	List available reviews for the current project

Change-Id: Ic7b46bed61944113549b9a98711ba6407ab5c9f0
This commit is contained in:
Dereckson 2012-10-21 21:08:36 +02:00
parent d06c95de55
commit 4001e19378

View File

@ -678,7 +678,7 @@ def main():
help="Close down this branch and switch back to "
"master on successful submission")
parser.add_argument("-l", "--list", dest="list", action="store_true",
help="list available reviews for the current project")
help="List available reviews for the current project")
parser.add_argument("-y", "--yes", dest="yes", action="store_true",
help="Indicate that you do, in fact, understand if "
"you are submitting more than one patch")