Skip to content

Commit

Permalink
nit: add <myproject> as param to command line (#2882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jichenjc committed Apr 17, 2020
1 parent 96d4c0f commit c4a0c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/odo/cli/project/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const setRecommendedCommandName = "set"
var (
setExample = ktemplates.Examples(`
# Set the active project
%[1]s
%[1]s myproject
`)

setLongDesc = ktemplates.LongDesc(`Set the active project`)
Expand Down

0 comments on commit c4a0c41

Please sign in to comment.