Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misspells #13

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down