diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-28 13:41:36 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-05-27 09:43:49 +0200 |
commit | 235026e2c708eea306a12f1cc1de3da38593db37 (patch) | |
tree | 99863eb1f5c21af87c73df6c642a2d28f698c432 /docs/en/user | |
parent | 3fad6c74fe72b50bceb5f1c67c3f81370660634e (diff) | |
download | wallabag-235026e2c708eea306a12f1cc1de3da38593db37.tar.gz wallabag-235026e2c708eea306a12f1cc1de3da38593db37.tar.zst wallabag-235026e2c708eea306a12f1cc1de3da38593db37.zip |
Enhance option in command
Diffstat (limited to 'docs/en/user')
-rw-r--r-- | docs/en/user/migration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/user/migration.rst b/docs/en/user/migration.rst index cfbca922..42062796 100644 --- a/docs/en/user/migration.rst +++ b/docs/en/user/migration.rst | |||
@@ -52,7 +52,7 @@ Please replace values: | |||
52 | * ``1`` is the user identifier in database (The ID of the first user created on wallabag is 1) | 52 | * ``1`` is the user identifier in database (The ID of the first user created on wallabag is 1) |
53 | * ``~/Downloads/wallabag-export-1-2016-04-05.json`` is the path of your wallabag v1 export | 53 | * ``~/Downloads/wallabag-export-1-2016-04-05.json`` is the path of your wallabag v1 export |
54 | 54 | ||
55 | If you want to mark all these entries as read, you can add the ``--markAsRead=yes`` option. | 55 | If you want to mark all these entries as read, you can add the ``--markAsRead`` option. |
56 | 56 | ||
57 | To import a wallabag v2 file, you need to add the option ``--importer=v2``. | 57 | To import a wallabag v2 file, you need to add the option ``--importer=v2``. |
58 | 58 | ||