diff --git a/doc/commands/clone.md b/doc/commands/clone.md index d3e0726f..ecbdcc9b 100644 --- a/doc/commands/clone.md +++ b/doc/commands/clone.md @@ -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 diff --git a/doc/commands/create.md b/doc/commands/create.md index 952daefe..56a3edce 100644 --- a/doc/commands/create.md +++ b/doc/commands/create.md @@ -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 diff --git a/doc/commands/init.md b/doc/commands/init.md index 3b2de052..6f20a222 100644 --- a/doc/commands/init.md +++ b/doc/commands/init.md @@ -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