소스 검색

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: