Skip to content

Commit 69c4836

Browse files
committed
chore(wording): replace file hashes by fingerprints
1 parent 5c74a58 commit 69c4836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/src-fingerprint/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func main() {
9090
app := &cli.App{
9191
Name: "src-fingerprint",
9292
Version: version,
93-
Usage: "Collect user/organization file hashes from your vcs provider of choice",
93+
Usage: "Collect user/organization source code fingerprints from your vcs provider of choice",
9494
Flags: []cli.Flag{
9595
&cli.BoolFlag{
9696
Name: "verbose",
@@ -326,7 +326,7 @@ loop:
326326

327327
if fsOutput {
328328
path, _ := filepath.Abs(c.String("output"))
329-
fmt.Printf("Collected file hashes saved in file %s\n", path) // nolint
329+
fmt.Printf("Collected fingerprints saved in file %s\n", path) // nolint
330330
}
331331

332332
return nil

0 commit comments

Comments
 (0)