From 80b80475b8ab7664308064e92f2e5aa0c61c10d6 Mon Sep 17 00:00:00 2001 From: xrs Date: Mon, 14 Dec 2020 09:57:57 +0100 Subject: minor fix --- doc/handbook/chapters/user.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/handbook') 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: -- cgit v1.2.3