1
0
mirror of synced 2026-03-15 07:46:56 +00:00

Merge pull request #2347 from stealthybox/fix-2346-usage-output

Fix output usage for `flux get <sources|images>`
This commit is contained in:
Stefan Prodan
2022-01-27 09:58:56 +02:00
committed by GitHub
2 changed files with 0 additions and 7 deletions

View File

@@ -25,9 +25,6 @@ var getImageCmd = &cobra.Command{
Aliases: []string{"image"},
Short: "Get image automation object status",
Long: "The get image sub-commands print the status of image automation objects.",
RunE: func(cmd *cobra.Command, args []string) error {
return validateWatchOption(cmd, "images")
},
}
func init() {

View File

@@ -25,10 +25,6 @@ var getSourceCmd = &cobra.Command{
Aliases: []string{"source"},
Short: "Get source statuses",
Long: "The get source sub-commands print the statuses of the sources.",
RunE: func(cmd *cobra.Command, args []string) error {
return validateWatchOption(cmd, "sources")
},
}
func init() {