From 52cb1d8bab71f8651420007b36c04a997e4e1ee9 Mon Sep 17 00:00:00 2001 From: Roy Golan Date: Tue, 5 Nov 2024 20:50:23 +0200 Subject: [PATCH] Fix misspells Signed-off-by: Roy Golan --- cmd/install.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/install.go b/cmd/install.go index 2f95b5d..244f19f 100644 --- a/cmd/install.go +++ b/cmd/install.go @@ -40,7 +40,7 @@ var ( var installCmd = &cobra.Command{ Use: "install", Short: "Install a quadlet from a quadlet repo", - Long: `Donwload the quadlet folder by NAME and copy + Long: `Download the quadlet folder by NAME and copy it into the $HOME/.config/containers/systemd/ Files which are not supported should be cleared from the directory All quadlet repos should have a directory structure where every quadlet is a top level directory and all the @@ -95,7 +95,7 @@ func init() { "no-systemd-daemon-reload", "", false, - "No systemd daemon reloading after installing. Usefull for controlling when to reload the deamon", + "No systemd daemon reloading after installing. Useful for controlling when to reload the deamon", ) configDir, err := os.UserConfigDir()