aboutsummaryrefslogtreecommitdiff
path: root/examples/8-jsontotv/examplejsontotv.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/8-jsontotv/examplejsontotv.go')
-rw-r--r--examples/8-jsontotv/examplejsontotv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/8-jsontotv/examplejsontotv.go b/examples/8-jsontotv/examplejsontotv.go
index edace80..85be282 100644
--- a/examples/8-jsontotv/examplejsontotv.go
+++ b/examples/8-jsontotv/examplejsontotv.go
@@ -21,7 +21,7 @@ func main() {
args := os.Args
if len(args) != 3 {
fmt.Printf("Usage: %v <json-file-in> <spdx-file-out>\n", args[0])
- fmt.Printf(" Load SPDX 2.2 tag-value file <json-file-in>, and\n")
+ fmt.Printf(" Load JSON file <json-file-in>, and\n")
fmt.Printf(" save it out to <spdx-file-out>.\n")
return
}