From e3240c2fb4b98312ca65438b5d46977b3659dd9f Mon Sep 17 00:00:00 2001 From: Toshiki Sonoda Date: Tue, 30 May 2023 11:42:27 +0900 Subject: [PATCH] hack: fix typo in hack/podman-registry hack/podman-registry --help option does not exist. We need to use -h option when we want to see the usage message. [NO NEW TESTS NEEDED] Signed-off-by: Toshiki Sonoda --- hack/podman-registry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/podman-registry b/hack/podman-registry index f1b68deaa2..4b8b5e3748 100755 --- a/hack/podman-registry +++ b/hack/podman-registry @@ -20,7 +20,7 @@ PODMAN=${PODMAN:-$(dirname $0)/../bin/podman} ############################################################################### # BEGIN help messages -missing=" argument is missing; see $ME --help for details" +missing=" argument is missing; see $ME -h for details" usage="Usage: $ME [options] [start|stop|ps|logs] $ME manages a local instance of a container registry.