gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 03/08: make --wire argument mandatory


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 03/08: make --wire argument mandatory
Date: Tue, 17 Oct 2017 19:53:52 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit fbc685a76c81a540ef76f8bc7ddcfd77807e4faf
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Oct 17 14:03:05 2017 +0200

    make --wire argument mandatory
---
 src/auditor/taler-wire-auditor.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index 8cc579f..7cc741b 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -1095,11 +1095,12 @@ main (int argc,
                                "restart",
                                "restart audit from the beginning (required on 
first run)",
                                &restart),
-    GNUNET_GETOPT_option_string ('w',
-                                 "wire",
-                                 "PLUGINNAME",
-                                 "name of the wire plugin to use",
-                                 &wire_plugin),
+    GNUNET_GETOPT_option_mandatory
+    (GNUNET_GETOPT_option_string ('w',
+                                 "wire",
+                                 "PLUGINNAME",
+                                 "name of the wire plugin to use",
+                                 &wire_plugin)),
     GNUNET_GETOPT_OPTION_END
   };
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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