Skip to content

Commit

Permalink
cmd/help: fix example in doc
Browse files Browse the repository at this point in the history
Closes #468
cuelang/cue#468

GitOrigin-RevId: df8fd25f7dc2a3b908b871778d26f3a27936e01a
Change-Id: I29bc6f9a8686f3b763825061ab023bfde15705f5
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/7102
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
  • Loading branch information
chai2010 authored and mpvl committed Sep 16, 2020
1 parent d69319c commit f25c04d
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 @@ -119,7 +119,7 @@ the second to standard output (i.e. it echos it again).
}
// starts after echo
file.Append & {
append: file.Append & {
filename: var.file
contents: 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 @@ -423,7 +423,7 @@ the second to standard output (i.e. it echos it again).
}
// starts after echo
file.Append & {
append: file.Append & {
filename: var.file
contents: 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 @@ -116,7 +116,7 @@ the second to standard output (i.e. it echos it again).
}

// starts after echo
file.Append & {
append: file.Append & {
filename: var.file
contents: echo.stdout
}
Expand Down

0 comments on commit f25c04d

Please sign in to comment.