From: louisabraham Date: Fri, 10 Aug 2018 09:15:54 +0000 (+0200) Subject: ud readme X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=220341d3afdedd4b18c1cebfed980a5bda16439d;p=gamesguru%2Fffpass.git ud readme --- diff --git a/README.md b/README.md index f137fdd..550cc5c 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,11 @@ ffpass export --to passwords.csv - `ffpass export: error: the following arguments are required: -d/--directory/--dir` - It means either that (launch with option `--verbose` to - know): + It means one of the following (launch with option `--verbose` to + know): - - Automatic profile selection is not supported for your platform. - - There is more than one user profile for Firefox. + - Automatic profile selection is not supported for your platform. + - There is more than one user profile for Firefox. You have to provide the `--dir` option with your Firefox Profile Folder. To find it, follow these diff --git a/README.rst b/README.rst index 2aa3ed5..b7ee788 100644 --- a/README.rst +++ b/README.rst @@ -133,12 +133,11 @@ Troubleshoot - ``ffpass export: error: the following arguments are required: -d/--directory/--dir`` - It means either that (launch with option ``--verbose`` to know): + It means one of the following (launch with option ``--verbose`` to + know): - :: - - - Automatic profile selection is not supported for your platform. - - There is more than one user profile for Firefox. + - Automatic profile selection is not supported for your platform. + - There is more than one user profile for Firefox. You have to provide the ``--dir`` option with your Firefox Profile Folder. To find it, follow these diff --git a/setup.py b/setup.py index 4afe445..d8a1566 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name='ffpass', - version='0.3.0', + version='0.3.1', author='Louis Abraham', license='MIT', author_email='louis.abraham@yahoo.fr',