Merge branch 'hickford-master-patch-68137' into 'master'

Distinguish example password from example label

Closes #66

See merge request GNOME/libsecret!102
This commit is contained in:
Daiki Ueno 2022-01-18 06:17:58 +00:00
commit 1f06297713

View File

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