aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2019-05-30 12:55:57 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2019-05-30 12:41:01 +0000
commit9d8f55cb05e1baebbae7bdf0112c04517b501f9e (patch)
tree037b6744e7210bcb6f68ae7b55e25deb8bbc77c9
parentd44cb24f1f6668db70baef59f81e7778f4230bf9 (diff)
WSDG: refine text on cloning repository
Text smells of CVS/SVN heratige. Change-Id: I37c3309781f49149b2603ae32087ed01363460ee Reviewed-on: https://code.wireshark.org/review/33421 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-rw-r--r--docbook/wsdg_src/WSDG_chapter_sources.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_sources.adoc b/docbook/wsdg_src/WSDG_chapter_sources.adoc
index 3498c88a1d..b7412374a6 100644
--- a/docbook/wsdg_src/WSDG_chapter_sources.adoc
+++ b/docbook/wsdg_src/WSDG_chapter_sources.adoc
@@ -203,15 +203,15 @@ $ git config --global user.email henry.perry@example.com
----
--
-. Next, clone the Wireshark master:
+. Next, clone the Wireshark repository:
+
--
----
$ git clone ssh://henry.perry@code.wireshark.org:29418/wireshark
----
-The checkout only has to be done once. This will copy all the sources
-of the latest version (including directories) from the server to
-your machine. This may take some time depending on the speed of your
+The clone only has to be done once. This will copy all the sources
+(including directories) from the server to your machine and check out
+the latest version. This may take some time depending on the speed of your
internet connection.
--