aboutsummaryrefslogtreecommitdiff
path: root/examples/6-licensediff/example_licensediff.go
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-03-30 21:40:32 -0400
committerSteve Winslow <steve@swinslow.net>2022-03-30 21:40:32 -0400
commit2b87a5d11d05bfb43238565fa136a05084383a91 (patch)
tree839893dd78bd8f00725ac75510296397d0f42e0d /examples/6-licensediff/example_licensediff.go
parent0e0d035e006ebda1650efaa953c49f8e75a60161 (diff)
downloadspdx-tools-2b87a5d11d05bfb43238565fa136a05084383a91.tar.gz
examples: Fix commands for example 6
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'examples/6-licensediff/example_licensediff.go')
-rw-r--r--examples/6-licensediff/example_licensediff.go2
1 files changed, 1 insertions, 1 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 (