with_ed25519 -> ed25519 ("with_*" naming is discouraged)

This commit is contained in:
Egor Duda
2022-05-13 20:43:09 +03:00
parent 983bc5c5b2
commit f24445b325
5 changed files with 41 additions and 41 deletions

View File

@@ -1090,9 +1090,9 @@ if __name__ == "__main__":
)
main_parser.add_argument(
"--with_ed25519",
"--ed25519",
action="append_const",
const="with_ed25519",
const="ed25519",
dest="features",
help=("Enable Ed25519 support"),
)