updated the docs to reflect the changed description for --no-parallel

This commit is contained in:
Nils Andresen
2019-04-28 11:43:08 +02:00
parent 55da2625b7
commit a99ca80068
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ a TFS source tree and fetch all the changesets
--except-regex=VALUE a regex of exceptions to ignore-regex
-u, --username=VALUE TFS username
-p, --password=VALUE TFS password
--no-parallel disable parallel access of the TFS server
--no-parallel Do not do parallel requests to TFS
--all, --fetch-all
--parents
--authors=VALUE Path to an Authors file to map TFS users to Git users
+1 -1
View File
@@ -30,7 +30,7 @@ Prefer the [clone](clone.md) or [init](init.md) command if the project folder al
--except-regex=VALUE a regex of exceptions to ingore-regex
-u, --username=VALUE TFS username
-p, --password=VALUE TFS password
--no-parallel disable parallel access of the TFS server
--no-parallel Do not do parallel requests to TFS
--all, --fetch-all
--parents
--authors=VALUE Path to an Authors file to map TFS users to Git
+1 -2
View File
@@ -26,10 +26,9 @@ Prefer the [clone](clone.md) command to initialize and fetch changesets from a T
messages
Use this when you're exporting from TFS and
don't need to put data back into TFS.
--no-parallel disable parallel access of the TFS server
-u, --username=VALUE TFS username
-p, --password=VALUE TFS password
--no-parallel disable parallel access of the TFS server
--no-parallel Do not do parallel requests to TFS
## Examples