aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/handbook/chapters/user.texi2
1 files changed, 1 insertions, 1 deletions
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
2050call using "gnunet-identity": 2050call using "gnunet-identity":
2051 2051
2052@example 2052@example
2053$ RP_KEY=$(gnunet-identity -d grep "relyingparty" | awk '@{print $3@}') 2053$ RP_KEY=$(gnunet-identity -d | grep "relyingparty" | awk '@{print $3@}')
2054@end example 2054@end example
2055 2055
2056The third party can then retrieve your shared identity attributes using: 2056The third party can then retrieve your shared identity attributes using: