Skip to content

Commit 911b439

Browse files
committed
Rewrap long command line
Closes #165
1 parent 1902461 commit 911b439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/09-git-and-other-scms/sections/client-svn.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ You can now sync this project to your local machine by calling `svnsync init` wi
5454

5555
[source,console]
5656
----
57-
$ svnsync init file:///tmp/test-svn http://progit-example.googlecode.com/svn/
57+
$ svnsync init file:///tmp/test-svn \
58+
http://progit-example.googlecode.com/svn/
5859
----
5960

6061
This sets up the properties to run the sync.

0 commit comments

Comments
 (0)