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
 		}
 	}