Skip to content

Commit

Permalink
generate_sbom: Help syntax fixes
Browse files Browse the repository at this point in the history
build#974
  • Loading branch information
adrianschroeter committed Jan 25, 2024
1 parent 3bae6e4 commit 771d5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_sbom
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ while (@ARGV && $ARGV[0] =~ /^-/) {
$format ||= 'spdx';
die("unknown format $format\n") unless $format eq 'spdx' || $format eq 'cyclonedx';

die("usage: generate_sbom [--disto NAME] [--format spdx|cyclonedx] [--intoto] [--product DIRECTORY]|[--rpmmd DIRECTORY]|CONTAINER_TAR\n") unless @ARGV == 1;
die("usage: generate_sbom [--distro NAME] [--format spdx|cyclonedx] [--intoto] [--product DIRECTORY]|[--rpmmd DIRECTORY|CONTAINER_TAR]\n") unless @ARGV == 1;
my $toprocess = $ARGV[0];

my $tmpdir = File::Temp::tempdir( CLEANUP => 1 );
Expand Down

0 comments on commit 771d5d3

Please sign in to comment.