diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-26 10:24:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 10:24:44 +0100 |
commit | 730f1db4da8e6707a21f1615f7ff6a1b49123342 (patch) | |
tree | cdb5a171fcdc3b096aadb26779c8816b37c0b652 /cmd/podman/machine/init.go | |
parent | dd2a28bfe623a722bb1126acf7c7148f7bb11847 (diff) | |
parent | ffbab30d7b8ee407e0d92724db30a52edf7edb00 (diff) | |
download | podman-730f1db4da8e6707a21f1615f7ff6a1b49123342.tar.gz podman-730f1db4da8e6707a21f1615f7ff6a1b49123342.tar.bz2 podman-730f1db4da8e6707a21f1615f7ff6a1b49123342.zip |
Merge pull request #13659 from rhatdan/codespell
Run codespell to cleanup typos
Diffstat (limited to 'cmd/podman/machine/init.go')
-rw-r--r-- | cmd/podman/machine/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/machine/init.go b/cmd/podman/machine/init.go index e07b6fbfa..8fb17cf54 100644 --- a/cmd/podman/machine/init.go +++ b/cmd/podman/machine/init.go @@ -102,7 +102,7 @@ func init() { _ = initCmd.RegisterFlagCompletionFunc(IgnitionPathFlagName, completion.AutocompleteDefault) rootfulFlagName := "rootful" - flags.BoolVar(&initOpts.Rootful, rootfulFlagName, false, "Whether this machine should prefer rootful container exectution") + flags.BoolVar(&initOpts.Rootful, rootfulFlagName, false, "Whether this machine should prefer rootful container execution") } // TODO should we allow for a users to append to the qemu cmdline? |