Skip to content

Commit b99123f

Browse files
committed
fix style issues
Signed-off-by: andreas hilti <[email protected]>
1 parent 791c863 commit b99123f

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.markdownlint.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"MD013": {
3+
"code_blocks": false
4+
}
5+
}

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@ Usage:
192192
cyclonedx merge [options]
193193
194194
Options:
195-
--input-files <input-files> Input BOM filenames (separate filenames with a space).
196-
--output-file <output-file> Output BOM filename, will write to stdout if no value provided.
197-
--input-format <autodetect|json|protobuf|xml> Specify input file format.
198-
--output-format <autodetect|json|protobuf|xml> Specify output file format.
195+
--input-files <input-files> Input BOM filenames (separate filenames with a space).
196+
--output-file <output-file> Output BOM filename, will write to stdout if no value provided.
197+
--input-format <autodetect|json|protobuf|xml> Specify input file format.
198+
--output-format <autodetect|json|protobuf|xml> Specify output file format.
199199
--output-version <v1_0|v1_1|v1_2|v1_3|v1_4|v1_5> Specify output BOM specification version.
200-
--hierarchical Perform a hierarchical merge.
201-
--group <group> Provide the group of software the merged BOM describes.
202-
--name <name> Provide the name of software the merged BOM describes (required for hierarchical merging).
203-
--version <version> Provide the version of software the merged BOM describes (required for hierarchical merging).
200+
--hierarchical Perform a hierarchical merge.
201+
--group <group> Provide the group of software the merged BOM describes.
202+
--name <name> Provide the name of software the merged BOM describes (required for hierarchical merging).
203+
--version <version> Provide the version of software the merged BOM describes (required for hierarchical merging).
204204
```
205205

206206
Note: To perform a hierarchical merge all BOMs need the subject of the BOM

0 commit comments

Comments
 (0)