Skip to content

Commit

Permalink
improve help msg for kvm import #62
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Aug 25, 2022
1 parent 478c6a3 commit 48df199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/kvm/impkvms.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
// ImpCmd to import kvm entries from files
var ImpCmd = &cobra.Command{
Use: "import",
Short: "Import a file containing KVM Entries",
Long: "Import a file containing KVM Entries",
Short: "Import KVM Entries from a folder containing KVM files",
Long: "Import KVM Entries from a folder containing KVM files",
Args: func(cmd *cobra.Command, args []string) (err error) {
return apiclient.SetApigeeOrg(org)
},
Expand Down

0 comments on commit 48df199

Please sign in to comment.