Skip to content

Commit 6aeac77

Browse files
committed
chore: #201 Fix some typos in context command
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 7464414 commit 6aeac77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/context.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ func NewContextCommand(globalClientOpts *connectors.ClientOptions) *cobra.Comman
2020
Aliases: []string{"ctx"},
2121
Short: "switch between contexts",
2222
Example: `# List Microcks context
23-
microcks context/ctx
23+
microcks context
2424
25-
#Switch Microcks context
26-
microcks context httP://localhost:8080
25+
# Switch Microcks context
26+
microcks context http://localhost:8080
2727
2828
# Delete Microcks context
29-
microcks context httP://localhost:8080 --delete`,
29+
microcks context http://localhost:8080 --delete`,
3030
Run: func(cmd *cobra.Command, args []string) {
3131
configPath := globalClientOpts.ConfigPath
3232
localCfg, err := config.ReadLocalConfig(configPath)

0 commit comments

Comments
 (0)