diff options
-rwxr-xr-x | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | """ |