chore: remove extra [FLAGS] from volume commands help, add SERVICE for inspect

This commit is contained in:
Pavel Sviderski
2025-05-13 10:24:16 +10:00
parent 8f00e0082e
commit 683ad22358
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ type inspectOptions struct {
func NewInspectCommand() *cobra.Command {
opts := inspectOptions{}
cmd := &cobra.Command{
Use: "inspect",
Use: "inspect SERVICE",
Short: "Display detailed information on a service.",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {