gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 01/02: - remove some flags which do not make sense in the bulk


From: gnunet
Subject: [gnunet] 01/02: - remove some flags which do not make sense in the bulk stdin functionality
Date: Sun, 20 Nov 2022 12:27:58 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 5af36f7f2a3992c1705ec1f8b178fe7d95a48c47
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Nov 20 20:01:01 2022 +0900

    - remove some flags which do not make sense in the bulk stdin functionality
---
 src/namestore/gnunet-namestore.c | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 46012cf21..cc887c845 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -1763,14 +1763,6 @@ process_command_stdin ()
                                "delete",
                                gettext_noop ("delete record"),
                                &del),
-    GNUNET_GETOPT_option_flag ('D',
-                               "display",
-                               gettext_noop ("display records"),
-                               &list),
-    GNUNET_GETOPT_option_flag ('S',
-                               "from-stdin",
-                               gettext_noop ("read commands from stdin"),
-                               &read_from_stdin),
     GNUNET_GETOPT_option_string (
       'e',
       "expiration",
@@ -1784,23 +1776,12 @@ process_command_stdin ()
                                  gettext_noop (
                                    "set the desired nick name for the zone"),
                                  &nickstring),
-    GNUNET_GETOPT_option_flag ('m',
-                               "monitor",
-                               gettext_noop (
-                                 "monitor changes in the namestore"),
-                               &monitor),
     GNUNET_GETOPT_option_string ('n',
                                  "name",
                                  "NAME",
                                  gettext_noop (
                                    "name of the record to add/delete/display"),
                                  &name),
-    GNUNET_GETOPT_option_string ('r',
-                                 "reverse",
-                                 "PKEY",
-                                 gettext_noop (
-                                   "determine our name for the given PKEY"),
-                                 &reverse_pkey),
     multirecord_option (
       'R',
       "replace",
@@ -1829,25 +1810,11 @@ process_command_stdin ()
                                "public",
                                gettext_noop ("create or list public record"),
                                &is_public),
-    GNUNET_GETOPT_option_flag ('o',
-                               "omit-private",
-                               gettext_noop ("omit private records"),
-                               &omit_private),
-    GNUNET_GETOPT_option_flag ('T',
-                               "include-maintenance",
-                               gettext_noop (
-                                 "do not filter maintenance records"),
-                               &include_maintenance),
     GNUNET_GETOPT_option_flag ('P',
                                "purge-orphans",
                                gettext_noop (
                                  "purge namestore of all orphans"),
                                &purge_orphaned),
-    GNUNET_GETOPT_option_flag ('O',
-                               "list-orphans",
-                               gettext_noop (
-                                 "show private key for orphaned records for 
recovery using `gnunet-identity -C -P <key>'. Use in combination with 
--display"),
-                               &list_orphaned),
     GNUNET_GETOPT_option_flag ('X',
                                "purge-zone-records",
                                gettext_noop (

-- 
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]