From d49b04c6a32554c2c1d3e062425f528d5c9831a7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 Feb 2022 12:08:02 +0100 Subject: use -A, to avoid conflict with -a for anastasis-reducer CLI tool --- src/anastasis/anastasis-gtk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/anastasis/anastasis-gtk.c b/src/anastasis/anastasis-gtk.c index 182462f..ef7dcc5 100644 --- 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", -- cgit v1.2.3