1
0
Fork 0
mirror of https://github.com/Luzifer/androcrypt.git synced 2024-10-18 06:04:22 +00:00

Fix copy&paste

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-10-07 14:51:46 +02:00
parent e81edea5d2
commit 370ec91b89
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -35,7 +35,7 @@ func init() {
}
if cfg.VersionAndExit {
fmt.Printf("git-changerelease %s\n", version)
fmt.Printf("androcrypt %s\n", version)
os.Exit(0)
}