commit | 7ed2fc1766821a29d9a3cc14e02e38a7f2d0a8a5 | [log] [tgz] |
---|---|---|
author | Johan Euphrosine <proppy@google.com> | Sat May 16 02:52:41 2020 +0900 |
committer | Paul Jolly <paul@myitcv.org.uk> | Sun May 17 04:28:55 2020 +0000 |
tree | 400f724495cd734a352c87d84355720669eab6ce | |
parent | 8fcefc84bf1d6868608beb7680a916f57181d9ed [diff] |
cmd: fix cli.Print usage in docstring 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>
diff --git a/cmd/cue/cmd/cmd.go b/cmd/cue/cmd/cmd.go index fb31790..fcc1838 100644 --- a/cmd/cue/cmd/cmd.go +++ b/cmd/cue/cmd/cmd.go
@@ -126,7 +126,7 @@ // also starts after echo print: cli.Print & { - contents: echo.stdout + text: echo.stdout } }
diff --git a/cmd/cue/cmd/help.go b/cmd/cue/cmd/help.go index a2240c9..51ab0c0 100644 --- a/cmd/cue/cmd/help.go +++ b/cmd/cue/cmd/help.go
@@ -407,7 +407,7 @@ // also starts after echo print: cli.Print & { - contents: echo.stdout + text: echo.stdout } }
diff --git a/cmd/cue/cmd/testdata/script/help_cmd.txt b/cmd/cue/cmd/testdata/script/help_cmd.txt index 9adc71a..9451307 100644 --- a/cmd/cue/cmd/testdata/script/help_cmd.txt +++ b/cmd/cue/cmd/testdata/script/help_cmd.txt
@@ -123,7 +123,7 @@ // also starts after echo print: cli.Print & { - contents: echo.stdout + text: echo.stdout } }