aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2019-06-12 14:22:02 +0200
committerSonarTech <sonartech@sonarsource.com>2019-06-12 20:21:09 +0200
commite3d81c3d155d300b6803ed362c73cb55c2987e4b (patch)
tree31ec0b36f264129341c70dd1b6af5758c640da88
parent6afc118384a20da951a9cc58f60fcbbea40033c1 (diff)
downloadsonarqube-e3d81c3d155d300b6803ed362c73cb55c2987e4b.tar.gz
sonarqube-e3d81c3d155d300b6803ed362c73cb55c2987e4b.zip
DOC reword to avoid formatting problems
-rw-r--r--server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md
index aab32046896..9bad72828f8 100644
--- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md
+++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md
@@ -119,8 +119,8 @@ There are only two additional arguments that are allowed for the end step:
Parameter|Description
---|---
-`/d:sonar.login=<username> or <token>`|[optional] This argument is required if it is added to the begin step.
-`/d:sonar.password=<password>`|[optional] This argument is required if it is added to the begin step and not required if you are using <token>
+`/d:sonar.login=<username> or <token>`|[optional] This argument is required if it was added to the begin step.
+`/d:sonar.password=<password>`|[optional] This argument is required if it was added to the begin step and you are not using an authentication token.
### Known Limitations
* MSBuild versions older than 14 are not supported.