Skip to content

Commit

Permalink
Use the new ScanCode Workbench name
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Feb 14, 2019
1 parent 856f730 commit 8b7576f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/formattedcode/output_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class HtmlAppOutput(OutputPlugin):
CommandLineOption(('--html-app',),
type=FileOptionType(mode='w', encoding='utf-8', lazy=True),
metavar='FILE',
help='(DEPRECATED: use the AboutCode Manager app instead ) '
help='(DEPRECATED: use the ScanCode Workbench app instead ) '
'Write scan output as a mini HTML application to FILE.',
help_group=OUTPUT_GROUP,
sort_order=1000),
Expand Down
4 changes: 2 additions & 2 deletions tests/scancode/data/help/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Options:
--custom-template FILE Use this Jinja template FILE as a custom template.
--spdx-rdf FILE Write scan output as SPDX RDF to FILE.
--spdx-tv FILE Write scan output as SPDX Tag/Value to FILE.
--html-app FILE (DEPRECATED: use the AboutCode Manager app instead )
--html-app FILE (DEPRECATED: use the ScanCode Workbench app instead )
Write scan output as a mini HTML application to FILE.

output filters:
Expand Down Expand Up @@ -142,7 +142,7 @@ Options:
Scan the 'samples' directory for licenses and copyrights.
Save scan results to the 'scancode_result.json' JSON file:

scancode --license --copyright --json=scancode_result.json samples
scancode --license --copyright --json-pp scancode_result.json samples

Scan the 'samples' directory for licenses and package manifests. Print scan
results on screen as pretty-formatted JSON (using the special '-' FILE to print
Expand Down

0 comments on commit 8b7576f

Please sign in to comment.