mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-03-11 03:26:42 +00:00
Distinguish example password from example label
This commit is contained in:
parent
6f2255fd82
commit
47fbb3dc8b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user