Skip to content

Commit 9895412

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent d5b7a0d commit 9895412

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cyclonedx_py/_internal/cli_common.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@
2929
def add_argument_pyproject(p: 'ArgumentParser') -> 'Action':
3030
return p.add_argument('--pyproject',
3131
metavar='<file>',
32-
help="Path to the root component's `pyproject.toml` file. "
33-
'This should point to a file compliant with PEP 621 (storing project metadata).',
32+
help="Path to the root component's `pyproject.toml` file.\n"
33+
'This should point to a file compliant with PEP 621 '
34+
'(Storing project metadata in pyproject.toml). '
35+
'Supports PEP 639 (Improving License Clarity with Better Package Metadata). ',
3436
dest='pyproject_file',
3537
default=None)
3638

docs/usage.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The full documentation can be issued by running with ``environment --help``:
5656
5757
$ cyclonedx-py environment --help
5858
usage: cyclonedx-py environment [-h] [-v]
59-
[--PEP-639] [--gather-license-texts]
59+
[--gather-license-texts]
6060
[--short-PURLs] [--output-reproducible]
6161
[--validate | --no-validate]
6262
[-o <file>] [--sv <version>] [--of <format>]
@@ -70,12 +70,10 @@ The full documentation can be issued by running with ``environment --help``:
7070
7171
options:
7272
-h, --help show this help message and exit
73-
--PEP-639 Enable license gathering according to PEP 639 (improving license clarity with better package metadata).
74-
The behavior may change during the draft development of the PEP.
7573
--gather-license-texts
7674
Enable license text gathering.
7775
--pyproject <file> Path to the root component's `pyproject.toml` file.
78-
This should point to a file compliant with PEP 621 (storing project metadata).
76+
This should point to a file compliant with PEP 621 (Storing project metadata in pyproject.toml). Supports PEP 639 (Improving License Clarity with Better Package Metadata).
7977
--mc-type <type> Type of the main component.
8078
{choices: application, firmware, library}
8179
(default: application)

0 commit comments

Comments
 (0)