gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-gtk] branch master updated: use -A, to avoid conflict w


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: use -A, to avoid conflict with -a for anastasis-reducer CLI tool
Date: Sun, 27 Feb 2022 12:08:04 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new d49b04c  use -A, to avoid conflict with -a for anastasis-reducer CLI 
tool
d49b04c is described below

commit d49b04c6a32554c2c1d3e062425f528d5c9831a7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 27 12:08:02 2022 +0100

    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(-)

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",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]