7dbd22ac2070 draft — timmy61109 2 years ago
Update clone.py

Update docs.
1 files changed, 2 insertions(+), 1 deletions(-)

M examples/clone.py
M examples/clone.py +2 -1
@@ 4,7 4,8 @@ This trivial script demonstrates how to 
 
 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
 """