We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c74a58 commit 69c4836Copy full SHA for 69c4836
cmd/src-fingerprint/main.go
@@ -90,7 +90,7 @@ func main() {
90
app := &cli.App{
91
Name: "src-fingerprint",
92
Version: version,
93
- Usage: "Collect user/organization file hashes from your vcs provider of choice",
+ Usage: "Collect user/organization source code fingerprints from your vcs provider of choice",
94
Flags: []cli.Flag{
95
&cli.BoolFlag{
96
Name: "verbose",
@@ -326,7 +326,7 @@ loop:
326
327
if fsOutput {
328
path, _ := filepath.Abs(c.String("output"))
329
- fmt.Printf("Collected file hashes saved in file %s\n", path) // nolint
+ fmt.Printf("Collected fingerprints saved in file %s\n", path) // nolint
330
}
331
332
return nil
0 commit comments