Merge pull request #18728 from sstosh/typo-hack-registry

hack: fix typo in hack/podman-registry
This commit is contained in:
OpenShift Merge Robot
2023-05-30 04:17:57 -04:00
committed by GitHub

View File

@ -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.