gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taldir] 02/02: allow removal of validations and entries via CLI


From: gnunet
Subject: [taler-taldir] 02/02: allow removal of validations and entries via CLI
Date: Thu, 07 Jul 2022 21:36:06 +0200

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

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

commit b2f1a3a8f66cd0ee5e6129d624a2c59965caf461
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jul 7 21:36:02 2022 +0200

    allow removal of validations and entries via CLI
---
 cmd/taldir-cli/main.go | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/cmd/taldir-cli/main.go b/cmd/taldir-cli/main.go
index 3bbb984..0bc3cd9 100644
--- a/cmd/taldir-cli/main.go
+++ b/cmd/taldir-cli/main.go
@@ -45,10 +45,10 @@ func main() {
   var pubkeyFlag = flag.String("p", "", "Public key")
   var addressFlag = flag.String("a", "", "Address")
   var delEntryFlag = flag.Bool("d", false, "Delete Entry for the specificied 
address")
-  var delValidationFlag = flag.Bool("p", false, "Delete validation for the 
specificied address")
+  var delValidationFlag = flag.Bool("V", false, "Delete validation for the 
specificied address")
 
   var dropFlag = flag.Bool("D", false, "Drop all data in table (DANGEROUS!)")
-  var cfgFlag = flag.String("c", "", "Configuration file to use")
+  var cfgFlag = flag.String("C", "", "Configuration file to use")
   flag.Parse()
   if *solveFlag {
     if len(*codeFlag) == 0 || len(*pubkeyFlag) == 0 {
@@ -99,7 +99,4 @@ func main() {
     t.DeleteValidation(*addressFlag)
   }
 
-
-  t.Run()
-
 }

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