aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-15 19:27:16 +0700
committerShulhan <ms@kilabit.info>2026-01-15 19:27:16 +0700
commit735a82afd34af67cc3aa7e3ea84b766e25d6df84 (patch)
treed358b6d4b07269072a1d172530aad19e0c2177ad
parent6b4b38ada45cd5b108ec6ecda680cb32d33542ea (diff)
downloadspdxconv-735a82afd34af67cc3aa7e3ea84b766e25d6df84.tar.xz
cmd/spdconv: update the usage to match with latest behaviour
-rw-r--r--cmd/spdxconv/main.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/cmd/spdxconv/main.go b/cmd/spdxconv/main.go
index 433641c..5bdd6eb 100644
--- a/cmd/spdxconv/main.go
+++ b/cmd/spdxconv/main.go
@@ -80,10 +80,8 @@ scan
apply
The apply command read the "spdxconv.report" and apply the license and
copyright as stated on each file in the report.
- A file that has been successfully processed will be removed from the
- report.
-User then can repeat edit "spdxconv.cfg", "scan" and "apply" command multiple
-times, until they satisfied with the result.`)
+User then can repeat edit "spdxconv.cfg" (or edit REUSE.toml), "scan" and
+"apply" command multiple times, until they satisfied with the result.`)
flag.PrintDefaults()
}