aboutsummaryrefslogtreecommitdiff
path: root/examples/9-tvtojson
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-03-30 21:08:37 -0400
committerSteve Winslow <steve@swinslow.net>2022-03-30 21:08:37 -0400
commit5bc994e2be4aa8d749ec39fd0774620fdcd97479 (patch)
tree81b8454461490c9d5161362f9cfd0a77c8e1c8ef /examples/9-tvtojson
parent83abf1a8ef1641441627408e26599c556082b103 (diff)
downloadspdx-tools-5bc994e2be4aa8d749ec39fd0774620fdcd97479.tar.gz
examples: Move and rename tag-value samples
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'examples/9-tvtojson')
-rw-r--r--examples/9-tvtojson/exampletvtojson.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/9-tvtojson/exampletvtojson.go b/examples/9-tvtojson/exampletvtojson.go
index 8ebac7c..e75afc4 100644
--- a/examples/9-tvtojson/exampletvtojson.go
+++ b/examples/9-tvtojson/exampletvtojson.go
@@ -4,7 +4,7 @@
// This example demonstrates loading an SPDX tag-value file from disk into memory,
// and re-saving it to a different json file on disk.
-// Run project: go run exampletvtojson.go ../sample-docs/example1/spdx/SPDXTagExample-v2.2.spdx example.json
+// Run project: go run exampletvtojson.go ../sample-docs/tv/hello.spdx example.json
package main
import (