Jelajahi Sumber

Clarify committish argument of 'show'.

Jelmer Vernooij 11 tahun lalu
induk
melakukan
df9ff57adc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: