aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-03-30 21:40:32 -0400
committerCatalinStratu <catalinstratu45@gmail.com>2022-05-05 09:38:40 +0300
commit23235f614845c3297d7c7c78febf3dff6eab5f06 (patch)
tree839893dd78bd8f00725ac75510296397d0f42e0d /examples
parentc7d835fc4b43262fca015d2473eec4a8e3505484 (diff)
downloadspdx-tools-23235f614845c3297d7c7c78febf3dff6eab5f06.tar.gz
examples: Fix commands for example 6
Signed-off-by: Steve Winslow <steve@swinslow.net> Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/6-licensediff/example_licensediff.go2
-rw-r--r--examples/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/6-licensediff/example_licensediff.go b/examples/6-licensediff/example_licensediff.go
index f625c97..5205efa 100644
--- a/examples/6-licensediff/example_licensediff.go
+++ b/examples/6-licensediff/example_licensediff.go
@@ -8,7 +8,7 @@
// This is generally only useful when run with two SPDX documents that
// describe licenses for subsequent versions of the same set of files, AND if
// they have the same identifier in both documents.
-// Run project: go run example_licensediff.go ../sample-docs/tv/hello.spdx ../sample-docs/tv/SPDXTagExample-v2.2.spdx
+// Run project: go run example_licensediff.go ../sample-docs/tv/hello.spdx ../sample-docs/tv/hello-modified.spdx
package main
import (
diff --git a/examples/README.md b/examples/README.md
index 707b08d..3697e36 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -61,7 +61,7 @@ with matching IDs in each document.
This is generally only useful when run with two SPDX documents that describe
licenses for subsequent versions of the same set of files, AND if they have
the same identifier in both documents.
-#### Run project: *go run example_licensediff.go ../sample-docs/tv/hello.spdx ../sample-docs/tv/SPDXTagExample2-v2.2.spdx*
+#### Run project: *go run example_licensediff.go ../sample-docs/tv/hello.spdx ../sample-docs/tv/hello-modified.spdx*
## 7-rdfloader