Przeglądaj źródła

Clarify committish argument of 'show'.

Jelmer Vernooij 11 lat temu
rodzic
commit
df9ff57adc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dulwich/porcelain.py

+ 1 - 1
dulwich/porcelain.py

@@ -238,7 +238,7 @@ def show(repo=".", committish=None, outstream=sys.stdout):
     """Print the changes in a commit.
 
     :param repo: Path to repository
-    :param committish: Commit to write
+    :param committish: Commit to show (defaults to HEAD)
     :param outstream: Stream to write to
     """
     if committish is None: