ud readme
authorlouisabraham <louis.abraham@yahoo.fr>
Fri, 10 Aug 2018 09:15:54 +0000 (11:15 +0200)
committerlouisabraham <louis.abraham@yahoo.fr>
Fri, 10 Aug 2018 09:15:54 +0000 (11:15 +0200)
README.md
README.rst
setup.py

index f137fdd6dc8712e91b3dfab46997da1c6332f8fd..550cc5c2a84a7a9d4f7eb43f99c3cf0b640431d9 100644 (file)
--- 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
index 2aa3ed5cc52c1f820ff51dca1734a7e94ea8bb4f..b7ee788c865abceb16e2a2b0fdbbe6d4327e9622 100644 (file)
@@ -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
index 4afe44583c5fcead56943fbc4f59ff311748f419..d8a1566cc4bf48ec8a97091d2f8203e5c4688456 100755 (executable)
--- 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',