Remove quotations when not needed (#3207)

pull/3212/head
Chris van Meer 3 years ago committed by GitHub
parent a6fe1a5815
commit 2c23848da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -140,7 +140,7 @@ func (c *Command) Help() string {
"",
" Example:",
"",
` $ boundary connect -target-id ttcp_1234567890"`,
` $ boundary connect -target-id ttcp_1234567890`,
"",
"",
}) + c.Flags().Help()
@ -153,7 +153,7 @@ func (c *Command) Help() string {
"",
" Example:",
"",
fmt.Sprintf(` $ boundary connect %s -target-id ttcp_1234567890"`, c.Func),
fmt.Sprintf(` $ boundary connect %s -target-id ttcp_1234567890`, c.Func),
"",
"",
}) + c.Flags().Help()

Loading…
Cancel
Save