From ea80a0172e28a1c1bcb5e2c9c7bbd128ac1b0a13 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Sun, 17 Apr 2022 16:31:32 +0200 Subject: [PATCH] bla --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 50989c0..64611bb 100644 --- a/main.go +++ b/main.go @@ -107,8 +107,8 @@ func main() { flagVersion := getopt.BoolLong("version", 0, "Show version information.") flagMUCPassword := getopt.StringLong("muc-password", 0, "", "Password for password protected MUCs.") flagOx := getopt.BoolLong("ox", 0, "Use \"OpenPGP for XMPP\" encryption (experimental).") - flagOxGenPrivKey := getopt.BoolLong("ox-generate-private-key", 0, - "Generate a public Ox key for the given JID and publish the corresponding public key.") + flagOxGenPrivKey := getopt.BoolLong("ox-genprivkey", 0, + "Generate a public OpenPGP key for the given JID and publish the corresponding public key.") flagOxPassphrase := getopt.StringLong("ox-passphrase", 0, "", "Passphrase for locking and unlocking the private OpenPGP key.")