Skip to content

Commit d77a5b9

Browse files
authored
Make the executable name consistent with documentation (#16)
1 parent f0377b3 commit d77a5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/root.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import (
77

88
func Root() *cobra.Command {
99
cmd := &cobra.Command{
10-
Use: "marketplace",
10+
Use: "code-marketplace",
1111
SilenceErrors: true,
1212
SilenceUsage: true,
1313
Long: "Code extension marketplace",
1414
Example: strings.Join([]string{
15-
" marketplace server --extensions-dir ./extensions",
15+
" code-marketplace server --extensions-dir ./extensions",
1616
}, "\n"),
1717
}
1818

0 commit comments

Comments
 (0)