Martin Dosch 2 years ago
parent 88b7dd9fa1
commit ea80a0172e

@ -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.")

Loading…
Cancel
Save