Skip to content

Commit

Permalink
cmd/cue: fix typo in cmd documentation headline
Browse files Browse the repository at this point in the history
Change-Id: I38161e9331b40ae5d8ad38b5e18f404618bc9f07
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/8081
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
  • Loading branch information
myitcv committed Jan 29, 2021
1 parent 2df92cb commit 22aafc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cue/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func newCmdCmd(c *Command) *cobra.Command {
cmd := &cobra.Command{
Use: "cmd <name> [inputs]",
Short: "run a user-defined shell command",
Long: `cmd executes defined the named command for each of the named instances.
Long: `cmd executes the named command for each of the named instances.
Commands define actions on instances. For example, they may
specify how to upload a configuration to Kubernetes. Commands are
Expand Down
2 changes: 1 addition & 1 deletion cmd/cue/cmd/testdata/script/help_cmd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ command: echo: {
}

-- expect-stdout --
cmd executes defined the named command for each of the named instances.
cmd executes the named command for each of the named instances.

Commands define actions on instances. For example, they may
specify how to upload a configuration to Kubernetes. Commands are
Expand Down

0 comments on commit 22aafc2

Please sign in to comment.