ソースを参照

Clarify committish argument of 'show'.

Jelmer Vernooij 11 年 前
コミット
df9ff57adc
1 ファイル変更1 行追加1 行削除
  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: