Index: scm.py |
diff --git a/scm.py b/scm.py |
index 0fc5cbae7a470bd2faff04fcb5e626a560de111a..2ec5825c3284ff5818a246a17aff0873af04444d 100644 |
--- a/scm.py |
+++ b/scm.py |
@@ -101,7 +101,7 @@ class GIT(object): |
Args: |
args: A sequence of command line parameters to be passed. |
- in_directory: The directory where svn is to be run. |
+ in_directory: The directory where git is to be run. |
print_messages: Whether to print status messages to stdout about |
which commands are being run. |
print_stdout: Whether to forward program's output to stdout. |