mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-03-12 03:56:45 +00:00
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:
commit
1f06297713
@ -145,11 +145,11 @@
|
|||||||
<title>Storing, retrieving, and clearing a password</title>
|
<title>Storing, retrieving, and clearing a password</title>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
$ secret-tool store --label='My password' key1 value1 key2 value2
|
$ secret-tool store --label='My password' key1 value1 key2 value2
|
||||||
Password: My password
|
Password: hunter2
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
$ secret-tool lookup key1 value1 key2 value2
|
$ secret-tool lookup key1 value1 key2 value2
|
||||||
My password
|
hunter2
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
$ secret-tool clear key1 value1 key2 value2
|
$ secret-tool clear key1 value1 key2 value2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user