]> source.dussan.org Git - sonarqube.git/commitdiff
DOC add whitespace to fix formatting
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Wed, 3 Jul 2019 14:57:00 +0000 (10:57 -0400)
committerSonarTech <sonartech@sonarsource.com>
Thu, 17 Oct 2019 13:24:46 +0000 (15:24 +0200)
server/sonar-docs/src/pages/analysis/scan/sonarscanner.md

index 6fa8cad743fcf585fb62f042ca857b662a98ecf3..0257f2e27bc66daccc35bab07593c1246dd704a2 100644 (file)
@@ -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 <arg>     Define property
- -h,--help             Display help information
- -v,--version          Display version information
- -X,--debug            Produce execution debug output
-```
+   Options:
    -D,--define <arg>     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`.