@@ -13,7 +13,7 @@ can't access, the more elaborate online documentation.
1313Help text
1414---------
1515
16- The Scancode -Toolkit Command Line Interface has a Help option displaying all the options. It also
16+ The ScanCode -Toolkit Command Line Interface has a Help option displaying all the options. It also
1717displays basic usage, and some simple examples. The command line option for this is ``--help ``.
1818
1919.. Tip ::
@@ -24,7 +24,7 @@ To see the help text from the Terminal, execute the following command::
2424
2525 $ scancode --help
2626
27- The Following Help Text is displayed, i.e. This is the help text for Scancode Version 32.0.0:
27+ The Following Help Text is displayed, i.e. This is the help text for ScanCode Version 32.0.0:
2828
2929.. code-block :: none
3030
@@ -212,7 +212,7 @@ The Following Help Text is displayed, i.e. This is the help text for Scancode Ve
212212Command Examples Text
213213---------------------
214214
215- The Scancode -Toolkit Command Line Interface has an ``--examples `` option which displays some basic
215+ The ScanCode -Toolkit Command Line Interface has an ``--examples `` option which displays some basic
216216examples (more than the basic synopsis in ``--help ``). These examples include the following aspects
217217of code scanning:
218218
@@ -229,9 +229,9 @@ To see the help text from the Terminal, execute the following command::
229229
230230 $ scancode --examples
231231
232- The Following Text is displayed, i.e. This is the examples for Scancode Version 3.1.1 ::
232+ The Following Text is displayed, i.e. This is the examples for ScanCode Version 3.1.1 ::
233233
234- Scancode command lines examples:
234+ ScanCode command lines examples:
235235
236236 (Note for Windows: use '\' back slash instead of '/' forward slash for paths.)
237237
@@ -311,7 +311,7 @@ To see the help text from the Terminal, execute the following command::
311311 #. Output Control
312312 #. Basic Scan Options
313313
314- The Following Text is displayed, i.e. This is the available plugins for Scancode Version 31.2.1 ::
314+ The Following Text is displayed, i.e. This is the available plugins for ScanCode Version 31.2.1 ::
315315
316316 --------------------------------------------
317317 Plugin: scancode_output:csv class: formattedcode.output_csv:CsvOutput
@@ -825,7 +825,7 @@ The Following Text is displayed, i.e. This is the available plugins for Scancode
825825``--list-packages `` Option
826826--------------------------
827827
828- This shows all the types of packages that can be scanned using Scancode .
828+ This shows all the types of packages that can be scanned using ScanCode .
829829These are located in packagedcode i.e. Code used to parse various package formats.
830830
831831See the :ref: `supported_packages ` page for more details and documentation
0 commit comments