cmd/soft/main.go 🔗
@@ -20,7 +20,7 @@ var (
Version = ""
// CommitSHA contains the SHA of the commit that this application was built
- // against. It's set via lgflags when building.
+ // against. It's set via ldflags when building.
CommitSHA = ""
version = flag.Bool("version", false, "display version")