commit d49b04c6a32554c2c1d3e062425f528d5c9831a7
parent 94f31a28be7041c4127df143f19f5fbdafc1d558
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 27 Feb 2022 12:08:02 +0100
use -A, to avoid conflict with -a for anastasis-reducer CLI tool
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/anastasis/anastasis-gtk.c b/src/anastasis/anastasis-gtk.c
@@ -47,6 +47,7 @@ const struct GNUNET_CONFIGURATION_Handle *AG_cfg;
/**
* Application ID to include in the user attributes.
+ * (-a option).
*/
char *AG_application_id;
@@ -258,7 +259,7 @@ main (int argc,
char *const *argv)
{
struct GNUNET_GETOPT_CommandLineOption options[] = {
- GNUNET_GETOPT_option_string ('a',
+ GNUNET_GETOPT_option_string ('A',
"application",
"ID",
"set the application ID",