From 0bcc2d28d4b6a1dedcc01a7f48bc7bc7056d31ea Mon Sep 17 00:00:00 2001 From: Rostislav Krasny Date: Sat, 25 Jan 2020 14:49:14 +0200 Subject: Fix docstring of project.Project.PrintWorkTreeStatus() Change-Id: I1a9139d2ea3b3331a6f3ad3cae9e0ac37074d716 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/251837 Reviewed-by: Mike Frysinger Tested-by: Rostislav Krasny --- project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.py') diff --git a/project.py b/project.py index 6224bb45..d12d4666 100755 --- a/project.py +++ b/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. """ -- cgit v1.2.3-54-g00ecf