Skip to content

Commit 8b7576f

Browse files
committed
Use the new ScanCode Workbench name
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 856f730 commit 8b7576f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/formattedcode/output_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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),

tests/scancode/data/help/help.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)