From 3216110de7aab2b2fc55d3f2f57f27c1b786e0f6 Mon Sep 17 00:00:00 2001 From: Carlo Teubner <435950+c4rlo@users.noreply.github.com> Date: Sun, 23 Apr 2023 10:59:19 +0100 Subject: [PATCH] system/reset.go: help: fix typo [NO NEW TESTS NEEDED] Signed-off-by: Carlo Teubner <435950+c4rlo@users.noreply.github.com> --- cmd/podman/system/reset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/podman/system/reset.go b/cmd/podman/system/reset.go index a52ab9faf5..39a9cb655b 100644 --- a/cmd/podman/system/reset.go +++ b/cmd/podman/system/reset.go @@ -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. `