summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2022-01-18 06:17:58 +0000
committerDaiki Ueno <ueno@gnu.org>2022-01-18 06:17:58 +0000
commit1f0629771371d36ae926bb653516e29a31a59a64 (patch)
tree2adba4c6336fd96f7b971f3407e110b9a5119029
parent6f2255fd826153734501e030eba858d304a7a9e3 (diff)
parent47fbb3dc8b83e28a6784b680f452f74df87b11fe (diff)
downloadlibsecret-1f0629771371d36ae926bb653516e29a31a59a64.tar.gz
Merge branch 'hickford-master-patch-68137' into 'master'
Distinguish example password from example label Closes #66 See merge request GNOME/libsecret!102
-rw-r--r--docs/man/secret-tool.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/secret-tool.xml b/docs/man/secret-tool.xml
index d93c592..089b848 100644
--- a/docs/man/secret-tool.xml
+++ b/docs/man/secret-tool.xml
@@ -145,11 +145,11 @@
<title>Storing, retrieving, and clearing a password</title>
<programlisting>
$ secret-tool store --label='My password' key1 value1 key2 value2
-Password: My password
+Password: hunter2
</programlisting>
<programlisting>
$ secret-tool lookup key1 value1 key2 value2
-My password
+hunter2
</programlisting>
<programlisting>
$ secret-tool clear key1 value1 key2 value2