added more aliases for wwctl commands

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2024-03-18 14:41:18 +01:00
committed by Jonathon Anderson
parent 2805122c12
commit 17a5aaefee
15 changed files with 17 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ var (
Use: "show [OPTIONS] CONTAINER",
Short: "Show root fs dir for container",
Long: `Shows the base directory for the chroot of the given container.
More information about the conainer can be shown with the '-a' option.`,
More information about the container can be shown with the '-a' option.`,
RunE: CobraRunE,
ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
if len(args) != 0 {