Skip to content

Commit

Permalink
cmd: fix cli.Print usage in docstring
Browse files Browse the repository at this point in the history
s/contents/text/g

Change-Id: I8452a18da2145e4307fb8a009527ad0ea9a08b0f
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6080
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
  • Loading branch information
proppy authored and myitcv committed May 17, 2020
1 parent 8fcefc8 commit 7ed2fc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/cue/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ the second to standard output (i.e. it echos it again).
// also starts after echo
print: cli.Print & {
contents: echo.stdout
text: echo.stdout
}
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/cue/cmd/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ the second to standard output (i.e. it echos it again).
// also starts after echo
print: cli.Print & {
contents: echo.stdout
text: echo.stdout
}
}
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 @@ -123,7 +123,7 @@ the second to standard output (i.e. it echos it again).

// also starts after echo
print: cli.Print & {
contents: echo.stdout
text: echo.stdout
}
}

Expand Down

0 comments on commit 7ed2fc1

Please sign in to comment.