From b29c4a9cacb9c2f1026beb330fcb6d9db8c453ed Mon Sep 17 00:00:00 2001 From: CatalinStratu Date: Wed, 4 May 2022 17:26:14 +0300 Subject: Add YAML use example Signed-off-by: CatalinStratu --- examples/8-jsontotv/examplejsontotv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/8-jsontotv') 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 \n", args[0]) - fmt.Printf(" Load SPDX 2.2 tag-value file , and\n") + fmt.Printf(" Load SPDX 2.2 tag-value file , and\n") fmt.Printf(" save it out to .\n") return } -- cgit v1.2.3