summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rwxr-xr-xproject.py2
1 files changed, 1 insertions, 1 deletions
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):
1065 """Prints the status of the repository to stdout. 1065 """Prints the status of the repository to stdout.
1066 1066
1067 Args: 1067 Args:
1068 output: If specified, redirect the output to this object. 1068 output_redir: If specified, redirect the output to this object.
1069 quiet: If True then only print the project name. Do not print 1069 quiet: If True then only print the project name. Do not print
1070 the modified files, branch name, etc. 1070 the modified files, branch name, etc.
1071 """ 1071 """