Git commit 3e7d1d0db29691e2fe33d3769a0341e97c1f2b00 by Stephane Mankowski. Committed on 03/02/2016 at 13:34. Pushed by smankowski into branch 'Feature'.
Correction in documentation M +2 -3 doc/index.docbook http://commits.kde.org/skrooge/3e7d1d0db29691e2fe33d3769a0341e97c1f2b00 diff --git a/doc/index.docbook b/doc/index.docbook index b597ac5..cb07435 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -697,10 +697,9 @@ <tip><para>If you do not want to store your bank passwords in the configuration file of WEBOOB, you can do that: <itemizedlist> - <listitem><para>Install kwalletcli</para></listitem> - <listitem><para>Add passwords for each bank by doing <quote>kwalletcli -f Weboob -e m_bank_name -p my_password</quote></para></listitem> + <listitem><para>Add passwords for each bank by doing <quote>kwallet-query -f Weboob kdewallet -w m_bank_name</quote></para></listitem> <listitem><para>Edit the file <quote>~/.config/weboob/backends</quote> in your favorite text editor</para></listitem> - <listitem><para>Replace in the config file <quote>password = my_password</quote> by <quote>password = `kwalletcli -f Weboob -e m_bank_name`</quote></para></listitem> + <listitem><para>Replace in the config file <quote>password = my_password</quote> by <quote>password = `kwallet-query -f Weboob kdewallet -r m_bank_name `</quote></para></listitem> </itemizedlist> </para></tip> </listitem> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
