Skip to content

Commit f77af13

Browse files
committed
Remove all the Line too long error
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 5f5daed commit f77af13

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/source/general.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ Prepare Your Software Inventory for gen Standard Field Names
6666
------------------------------------------------------------
6767

6868
You should start with a software inventory of your codebase in spreadsheet or JSON format. You need
69-
to prepare a version of it that will identify the field values that you want to appear in your .ABOUT
70-
files. Note the following standard field names (defined in the ABOUT File Specification), which gen
71-
will use to look for the values that it will store in your generated .ABOUT files, as well as any
72-
additional text files that you identify, which it will copy and store next to the .ABOUT files.
69+
to prepare a version of it that will identify the field values that you want to appear
70+
in your .ABOUT files. Note the following standard field names (defined in the ABOUT
71+
File Specification), which gen will use to look for the values that it will store in your
72+
generated .ABOUT files, as well as any additional text files that you identify, which
73+
it will copy and store next to the .ABOUT files.
7374

7475
.. list-table::
7576
:widths: 10 45 45
@@ -452,7 +453,9 @@ parameters are defined here: :ref:`reference`
452453

453454
Here is an example of a attrib command:
454455

455-
``about attrib --template /Users/harrypotter/myAboutFiles/my_attribution_template_v1.html /Users/harrypotter/myAboutFiles/ /Users/harrypotter/myAboutFiles/myProject-attribution-document.html``
456+
``about attrib --template /Users/harrypotter/myAboutFiles/my_attribution_template_v1.html
457+
/Users/harrypotter/myAboutFiles/ /Users/harrypotter/myAboutFiles
458+
/myProject-attribution-document.html``
456459

457460
Note that this example attrib command does the following:
458461

0 commit comments

Comments
 (0)