diff --git a/cli/bomtool/main.c b/cli/bomtool/main.c index 9483e39..c187ba4 100644 --- a/cli/bomtool/main.c +++ b/cli/bomtool/main.c @@ -87,7 +87,6 @@ write_sbom_header(pkgconf_client_t *client, pkgconf_pkg_t *world) printf("DocumentName: %s\n", sbom_name(world)); printf("DocumentNamespace: https://spdx.org/spdxdocs/bomtool-%s\n", PACKAGE_VERSION); printf("Creator: Tool: bomtool %s\n", PACKAGE_VERSION); - printf("Created: -\n"); printf("\n\n"); }