gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: minor fix


From: gnunet
Subject: [gnunet] branch master updated: minor fix
Date: Mon, 14 Dec 2020 09:58:32 +0100

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

xrs pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 80b80475b minor fix
80b80475b is described below

commit 80b80475b8ab7664308064e92f2e5aa0c61c10d6
Author: xrs <xrs@mail36.net>
AuthorDate: Mon Dec 14 09:57:57 2020 +0100

    minor fix
---
 doc/handbook/chapters/user.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/handbook/chapters/user.texi b/doc/handbook/chapters/user.texi
index adc287e04..4ae9aa951 100644
--- a/doc/handbook/chapters/user.texi
+++ b/doc/handbook/chapters/user.texi
@@ -2050,7 +2050,7 @@ The third party may retrieve the key in string format for 
use in the above
 call using "gnunet-identity":
 
 @example
-$ RP_KEY=$(gnunet-identity -d grep "relyingparty" | awk '@{print $3@}')
+$ RP_KEY=$(gnunet-identity -d | grep "relyingparty" | awk '@{print $3@}')
 @end example
 
 The third party can then retrieve your shared identity attributes using:

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