File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ class HtmlAppOutput(OutputPlugin):
249249 CommandLineOption (('--html-app' ,),
250250 type = FileOptionType (mode = 'w' , encoding = 'utf-8' , lazy = True ),
251251 metavar = 'FILE' ,
252- help = '(DEPRECATED: use the AboutCode Manager app instead ) '
252+ help = '(DEPRECATED: use the ScanCode Workbench app instead ) '
253253 'Write scan output as a mini HTML application to FILE.' ,
254254 help_group = OUTPUT_GROUP ,
255255 sort_order = 1000 ),
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Options:
4545 --custom-template FILE Use this Jinja template FILE as a custom template.
4646 --spdx-rdf FILE Write scan output as SPDX RDF to FILE.
4747 --spdx-tv FILE Write scan output as SPDX Tag/Value to FILE.
48- --html-app FILE (DEPRECATED: use the AboutCode Manager app instead )
48+ --html-app FILE (DEPRECATED: use the ScanCode Workbench app instead )
4949 Write scan output as a mini HTML application to FILE.
5050
5151 output filters:
@@ -142,7 +142,7 @@ Options:
142142 Scan the 'samples' directory for licenses and copyrights.
143143 Save scan results to the 'scancode_result.json' JSON file:
144144
145- scancode --license --copyright --json= scancode_result.json samples
145+ scancode --license --copyright --json-pp scancode_result.json samples
146146
147147 Scan the 'samples' directory for licenses and package manifests. Print scan
148148 results on screen as pretty-formatted JSON (using the special '-' FILE to print
You can’t perform that action at this time.
0 commit comments