summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM Hickford <mirth.hickford@gmail.com>2022-01-17 23:01:59 +0000
committerM Hickford <mirth.hickford@gmail.com>2022-01-17 23:01:59 +0000
commit47fbb3dc8b83e28a6784b680f452f74df87b11fe (patch)
tree2adba4c6336fd96f7b971f3407e110b9a5119029
parent6f2255fd826153734501e030eba858d304a7a9e3 (diff)
downloadlibsecret-47fbb3dc8b83e28a6784b680f452f74df87b11fe.tar.gz
Distinguish example password from example label
-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