donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit dcd78beb09578e25735c371d2cb06ea5db9baca5
parent 0f2214b3bfa8c67003d167d3fbaf3d3b3eb54b38
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 19 Jul 2026 23:57:30 +0200

fix binary name in --help

Diffstat:
Msrc/util/donau-secmod-rsa.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/donau-secmod-rsa.c b/src/util/donau-secmod-rsa.c @@ -227,7 +227,7 @@ main (int argc, = GNUNET_TIME_timestamp_get (); ret = GNUNET_PROGRAM_run (DONAU_project_data (), argc, argv, - "taler-exchange-secmod-rsa", + "donau-secmod-rsa", "Handle private RSA key operations for a Donau", options, &donau_rsa_run,