We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab748b commit 6553494Copy full SHA for 6553494
cli/cmd/get.go
@@ -59,7 +59,7 @@ var getCmd = &cobra.Command{
59
Use: "get [API_NAME]",
60
Short: "get information about APIs",
61
Long: `This command displays information about APIs.
62
-Adding the -v or --verbose flag displays additonal information.`,
+Adding the -v or --verbose flag displays additional information.`,
63
Args: cobra.RangeArgs(0, 1),
64
Run: func(cmd *cobra.Command, args []string) {
65
rerun(func() (string, error) {
0 commit comments