Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1187)

Unified Diff: git_cl.py

Issue 1057883003: Unify style of subcommand docstrings in git-cl (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index 87867340453dfb1c1ef568f88f308437a495739f..0a44a32325da5a62aed9773b6480d92c46cb4f77 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -2897,7 +2897,7 @@ def CMDset_close(parser, args):
def CMDdiff(parser, args):
- """shows differences between local tree and last upload."""
+ """Shows differences between local tree and last upload."""
parser.parse_args(args)
cl = Changelist()
issue = cl.GetIssue()
@@ -2926,7 +2926,7 @@ def CMDdiff(parser, args):
def CMDowners(parser, args):
- """interactively find the owners for reviewing"""
+ """Interactively find the owners for reviewing."""
parser.add_option(
'--no-color',
action='store_true',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698