Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit 0227ac0

Browse files
shykesmpvl
authored andcommitted
Fix typos in 'cue mod'
Closes #199 #199 GitOrigin-RevId: 36c3035 Change-Id: I9855322a0808d0c7e4a0fecfdaa534ffa8737a03 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/4520 Reviewed-by: Marcel van Lohuizen <[email protected]>
1 parent 1e76e22 commit 0227ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/cue/cmd/mod.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
func newModCmd(c *Command) *cobra.Command {
2929
cmd := &cobra.Command{
3030
Use: "mod <cmd> [arguments]",
31-
Short: "module maintenace",
31+
Short: "module maintenance",
3232
Long: `
3333
`,
3434
RunE: mkRunE(c, func(cmd *Command, args []string) error {
@@ -51,7 +51,7 @@ func newModCmd(c *Command) *cobra.Command {
5151
func newModInitCmd(c *Command) *cobra.Command {
5252
cmd := &cobra.Command{
5353
Use: "init [module]",
54-
Short: "initialize new module in current director",
54+
Short: "initialize new module in current directory",
5555
Long: `Init initializes a cue.mod directory in the current directory,
5656
in effect creating a new module rooted at the current directory.
5757
The cue.mod directory must not already exist.

0 commit comments

Comments
 (0)