浏览代码

Fix docstring of project.Project.PrintWorkTreeStatus()

Change-Id: I1a9139d2ea3b3331a6f3ad3cae9e0ac37074d716
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/251837
Reviewed-by: Mike Frysinger <vapier@google.com>
Tested-by: Rostislav Krasny <rostigm@gmail.com>
Rostislav Krasny 6 年之前
父节点
当前提交
0bcc2d28d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      project.py

+ 1 - 1
project.py

@@ -1065,7 +1065,7 @@ class Project(object):
     """Prints the status of the repository to stdout.
 
     Args:
-      output: If specified, redirect the output to this object.
+      output_redir: If specified, redirect the output to this object.
       quiet:  If True then only print the project name.  Do not print
               the modified files, branch name, etc.
     """