@@ -87,7 +87,7 @@ Options
8787
8888 Users can use the following in the template to get the vartext:
8989 {{ variables['title'] }}
90- {{ variables['header'] }}
90+ {{ variables['header'] }}
9191
9292 --verbose
9393
@@ -98,9 +98,12 @@ Options
9898The following data are passed to jinja2 and, therefore, can be used for a custom template:
9999 * about object: the about objects
100100 * common_licenses: a common license keys list in licenses.py
101- * license_key_and_context: a dictionary list with license_key as a key and license text as the value
102- * license_file_name_and_key: a dictionary list with license file name as a key and license key as the value
103- * license_key_to_license_name: a dictionary list with license key as a key and license file name as the value
101+ * license_key_and_context: a dictionary list with license_key as a key
102+ and license text as the value
103+ * license_file_name_and_key: a dictionary list with license file name as
104+ a key and license key as the value
105+ * license_key_to_license_name: a dictionary list with license key as a key
106+ and license file name as the value
104107
105108
106109check
@@ -261,7 +264,7 @@ Options
261264 The above command will only inventory the ABOUT files which have the "license_expression: gpl-2.0"
262265
263266 -f, --format [json|csv]
264-
267+
265268 Set OUTPUT file format. [default: csv]
266269
267270 $ about inventory -f json LOCATION OUTPUT
@@ -299,7 +302,7 @@ The multiple licenses support format for ABOUT files are by "grouping" with the
299302 file: mit.LICENSE
300303
301304
302- Multiple license_file support
305+ Multiple license_file support
303306^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
304307To support multiple license file for a license, the correct format is to separate by comma
305308
@@ -348,7 +351,8 @@ transform
348351
349352Purpose
350353^^^^^^^
351- Transform the CSV file at LOCATION by applying renamings, filters and checks and write a new CSV to OUTPUT.
354+ Transform the CSV file at LOCATION by applying renamings, filters and checks
355+ and write a new CSV to OUTPUT.
352356
353357Options
354358^^^^^^^
@@ -365,7 +369,7 @@ Options
365369
366370 Show configuration file format help and exit.
367371 This option will print out examples of the the YAML configuration file.
368-
372+
369373 Keys configuration are: `field_renamings`, `required_fields` and `field_filters`
370374
371375 $ about transform --help-format
0 commit comments