diff options
| -rw-r--r-- | cmd/spdxconv/main.go | 6 |
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() } |
