Skip to content

Commit 8b820bd

Browse files
committed
Fix incorrect examples for help on show speaker command
Signed-off-by: Matt Stratton <[email protected]>
1 parent 7a58a2c commit 8b820bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/speaker.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ var showSpeakerCmd = &cobra.Command{
8383
Short: "Show a speaker from an event",
8484
Long: `Show a speaker from an event.
8585
`,
86-
Example: ` devopsdays-cli remove speaker george-bluth
86+
Example: ` devopsdays-cli show speaker george-bluth
8787
devopsdays-cli show speaker --city new-york --year 2017 --all
88-
devopsdays-cli remove speaker george-bluth -c "New York" --year "2017"`,
88+
devopsdays-cli show speaker george-bluth -c "New York" --year "2017"`,
8989
Args: cobra.MaximumNArgs(1),
9090
Run: func(cmd *cobra.Command, args []string) {
9191
// TODO: Work your own magic here

0 commit comments

Comments
 (0)