Merge pull request #18313 from c4rlo/patch-1

system/reset.go: help: fix typo
This commit is contained in:
OpenShift Merge Robot 2023-04-25 05:19:15 -04:00 committed by GitHub
commit 0cf423f1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import (
)
var (
systemResetDescription = `Reset podman storage back to default state"
systemResetDescription = `Reset podman storage back to default state
All containers will be stopped and removed, and all images, volumes, networks and container content will be removed.
`