aboutsummaryrefslogtreecommitdiff
path: root/examples/8-jsontotv
diff options
context:
space:
mode:
authorCatalinStratu <catalinstratu45@gmail.com>2022-05-04 17:26:14 +0300
committerCatalinStratu <catalinstratu45@gmail.com>2022-05-05 09:38:40 +0300
commitb29c4a9cacb9c2f1026beb330fcb6d9db8c453ed (patch)
tree814a052907a3ac5a3676529bd6bf26d292e911d2 /examples/8-jsontotv
parentc1a0838299943b6293ca76abcc3591ee0383be4a (diff)
downloadspdx-tools-b29c4a9cacb9c2f1026beb330fcb6d9db8c453ed.tar.gz
Add YAML use example
Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
Diffstat (limited to 'examples/8-jsontotv')
-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 9faadce..fed8439 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 <spdx-file-in>, and\n")
+ fmt.Printf(" Load SPDX 2.2 tag-value file <json-file-in>, and\n")
fmt.Printf(" save it out to <spdx-file-out>.\n")
return
}