소스 검색

Update clone.py

Update docs.
timmy61109 4 년 전
부모
커밋
173996c5b5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      examples/clone.py

+ 2 - 1
examples/clone.py

@@ -4,7 +4,8 @@ This trivial script demonstrates how to clone or lock a remote repository.
 
 Example usage:
   1. python examples/clone.py git://github.com/jelmer/dulwich
-  2. python examples/clone.py git://github.com/jelmer/dulwich.git dulwich
+  2. python examples/clone.py git://github.com/jelmer/dulwich.git
+  3. python examples/clone.py git://github.com/jelmer/dulwich.git dulwich
 """