From d24839cb42c6e3c13c1f713262bd7a7b686b3597 Mon Sep 17 00:00:00 2001 From: "G. Ann Campbell" Date: Wed, 3 Jul 2019 10:57:00 -0400 Subject: [PATCH] DOC add whitespace to fix formatting --- .../src/pages/analysis/scan/sonarscanner.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner.md index 6fa8cad743f..0257f2e27bc 100644 --- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner.md +++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner.md @@ -24,15 +24,16 @@ The SonarScanner is the scanner to use when there is no specific scanner for you ``` * Add the `$install_directory/bin` directory to your path. * Verify your installation by opening a new shell and executing the command `sonar-scanner -h` (`sonar-scanner.bat -h` on Windows). You should get output like this: -``` -usage: sonar-scanner [options] + + ``` + usage: sonar-scanner [options] -Options: - -D,--define Define property - -h,--help Display help information - -v,--version Display version information - -X,--debug Produce execution debug output -``` + Options: + -D,--define Define property + -h,--help Display help information + -v,--version Display version information + -X,--debug Produce execution debug output + ``` If you need more debug information you can add one of the following to your command line: `-X`, `--verbose`, or `-Dsonar.verbose=true`. -- 2.39.5