Merge pull request #18313 from c4rlo/patch-1
system/reset.go: help: fix typo
This commit is contained in:
commit
0cf423f1dd
|
@ -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.
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue