Skip to content

Commit 2f2982b

Browse files
committed
docs: fix default value for --spec-version
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 184cb60 commit 2f2982b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The full documentation can be issued by running with ``environment --help``:
8686
--sv <version>, --spec-version <version>
8787
Which version of CycloneDX to use.
8888
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
89-
(default: 1.5)
89+
(default: 1.6)
9090
--output-reproducible
9191
Whether to go the extra mile and make the output reproducible.
9292
This might result in loss of time- and random-based-values.
@@ -260,7 +260,7 @@ The full documentation can be issued by running with ``pipenv --help``:
260260
--sv <version>, --spec-version <version>
261261
Which version of CycloneDX to use.
262262
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
263-
(default: 1.5)
263+
(default: 1.6)
264264
--output-reproducible
265265
Whether to go the extra mile and make the output reproducible.
266266
This might result in loss of time- and random-based-values.
@@ -338,7 +338,7 @@ The full documentation can be issued by running with ``poetry --help``:
338338
--sv <version>, --spec-version <version>
339339
Which version of CycloneDX to use.
340340
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
341-
(default: 1.5)
341+
(default: 1.6)
342342
--output-reproducible
343343
Whether to go the extra mile and make the output reproducible.
344344
This might result in loss of time- and random-based-values.
@@ -412,7 +412,7 @@ The full documentation can be issued by running with ``requirements --help``:
412412
--sv <version>, --spec-version <version>
413413
Which version of CycloneDX to use.
414414
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
415-
(default: 1.5)
415+
(default: 1.6)
416416
--output-reproducible
417417
Whether to go the extra mile and make the output reproducible.
418418
This might result in loss of time- and random-based-values.

0 commit comments

Comments
 (0)