@@ -13,7 +13,7 @@ can't access, the more elaborate online documentation.
13
13
Help text
14
14
---------
15
15
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
17
17
displays basic usage, and some simple examples. The command line option for this is ``--help ``.
18
18
19
19
.. Tip ::
@@ -24,7 +24,7 @@ To see the help text from the Terminal, execute the following command::
24
24
25
25
$ scancode --help
26
26
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:
28
28
29
29
.. code-block :: none
30
30
@@ -165,7 +165,7 @@ The Following Help Text is displayed, i.e. This is the help text for Scancode Ve
165
165
seconds. [default: 120 seconds]
166
166
-n, --processes INT Set the number of parallel processes to use. Disable
167
167
parallel processing if 0. Also disable threading if
168
- -1. [default: 1]
168
+ -1. [default: (number of CPUs)- 1]
169
169
-q, --quiet Do not print summary or progress.
170
170
-v, --verbose Print progress as file-by-file path instead of a
171
171
progress bar. Print verbose scan counters.
@@ -212,7 +212,7 @@ The Following Help Text is displayed, i.e. This is the help text for Scancode Ve
212
212
Command Examples Text
213
213
---------------------
214
214
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
216
216
examples (more than the basic synopsis in ``--help ``). These examples include the following aspects
217
217
of code scanning:
218
218
@@ -229,9 +229,9 @@ To see the help text from the Terminal, execute the following command::
229
229
230
230
$ scancode --examples
231
231
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 ::
233
233
234
- Scancode command lines examples:
234
+ ScanCode command lines examples:
235
235
236
236
(Note for Windows: use '\' back slash instead of '/' forward slash for paths.)
237
237
@@ -311,7 +311,7 @@ To see the help text from the Terminal, execute the following command::
311
311
#. Output Control
312
312
#. Basic Scan Options
313
313
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 ::
315
315
316
316
--------------------------------------------
317
317
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
825
825
``--list-packages `` Option
826
826
--------------------------
827
827
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 .
829
829
These are located in packagedcode i.e. Code used to parse various package formats.
830
830
831
831
See the :ref: `supported_packages ` page for more details and documentation
0 commit comments