Skip to content

Commit 40b81c5

Browse files
Fix scancode command example
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent f2b25dc commit 40b81c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/scancode-toolkit/rst_snippets/custom_output_format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Now I can run ScanCode using my newly created template:
3636

3737
::
3838

39-
$ ./scancode -clpeui --custom-output sample.json --custom-template sample.html samples
39+
$ ./scancode -clpeui --custom-output output.json --custom-template template.html samples
4040
Scanning files...
4141
[####################################] 46
4242
Scanning done.
4343

44-
Now are results are saved in ``t.json`` and we can easily view them with ``head t.json``\ :
44+
Now are results are saved in ``output.json`` and we can easily view them with ``head output.json``\ :
4545

4646
::
4747

0 commit comments

Comments
 (0)