From 942c27c41fed0268000584890502de1969f98570 Mon Sep 17 00:00:00 2001 From: abieber Date: Fri, 25 Jun 2021 15:35:30 +0000 Subject: [PATCH] Make program name in usage match actual program name. OK tb@ --- infrastructure/bin/pkg_check-version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/bin/pkg_check-version b/infrastructure/bin/pkg_check-version index 367a4f1ae8d..d3e5e0ee0a0 100755 --- a/infrastructure/bin/pkg_check-version +++ b/infrastructure/bin/pkg_check-version @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: pkg_check-version,v 1.2 2021/06/05 16:20:08 espie Exp $ +# $OpenBSD: pkg_check-version,v 1.3 2021/06/25 15:35:30 abieber Exp $ # # Copyright (c) 2021 Marc Espie # @@ -101,7 +101,7 @@ sub parse_and_run { my $self = shift; my $rc = 0; - my $state = OpenBSD::VersionCheck::State->new('pkg-check_version'); + my $state = OpenBSD::VersionCheck::State->new('pkg_check-version'); $state->handle_options; my $by_stem = {}; for my $name (@ARGV) {