It seems like the = in the long arguments are optional (at least for algo, i.e. --algo sha256d works as well as --algo=sha256d). It'd be useful to make that visible in the --help usage instructions, e.g. with -a, --algo=, --algo ALGO instead of -a, --algo=ALGO.
It seems like the
=
in the long arguments are optional (at least foralgo
, i.e.--algo sha256d
works as well as--algo=sha256d
). It'd be useful to make that visible in the--help
usage instructions, e.g. with-a, --algo=, --algo ALGO
instead of-a, --algo=ALGO
.