Skip to content

Commit 0e4fe27

Browse files
Correct inconsistent html scan doc #2795
The example to run a scan using the HTML app output was using the --csv option and not the --html-app option. Signed-off-by: Kunal Chhabra <[email protected]>
1 parent d746765 commit 0e4fe27

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following organizations or individuals have contributed to ScanCode:
3333
- Horie Issei @is2ei
3434
- James Ward @jamesward
3535
- Jelmer Vernooij @jelmer
36+
- Kunal Chhabra @kunalchhabra37
3637
- Jillian Daguil @jdaguil
3738
- Jiri Popelka @jpopelka
3839
- Jiyeong Seok @dd-jy

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ Changelog
33

44
31.0.0 (next, roadmap)
55
-----------------------
6-
7-
6+
Documentation Update
7+
~~~~~~~~~~~~~~~~~~~~~~~~
8+
- Changed scancode -clpieu --csv output.html samples to scancode -clpieu --html-app output.html samples to publish the result in [html-app] at
9+
[output-format.html](https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/output-format.html#html-app-file)
10+
811

912
Important API changes:
1013
~~~~~~~~~~~~~~~~~~~~~~~~

docs/source/cli-reference/output-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Comparing Different ``json`` Output Formats
465465
The following code performs a scan on the samples directory, and publishes the results in
466466
``html-app`` format::
467467

468-
scancode -clpieu --csv output.html samples
468+
scancode -clpieu --html-app output.html samples
469469

470470
The Files scanned are shown in the left sidebar, and the section on the right contains separate
471471
tabs for the following:

0 commit comments

Comments
 (0)