mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-28 19:27:58 +00:00
Merge pull request #18728 from sstosh/typo-hack-registry
hack: fix typo in hack/podman-registry
This commit is contained in:
commit
8b2adb836f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue