diff --git a/README.rst b/README.rst
index ee4d290..fb8c82d 100644
--- a/README.rst
+++ b/README.rst
@@ -5,17 +5,21 @@ vdirsyncer
- `Documentation `_
- `Source code `_
-Vdirsyncer synchronizes your calendars and addressbooks between two storages_.
-The most popular purpose is to synchronize a CalDAV/CardDAV server with a local
-folder or file. The local data can then be accessed via a variety of programs_,
-none of which have to know or worry about syncing to a server.
+Vdirsyncer is a command-line tool for synchronizing calendars and addressbooks
+between a variety of servers and the local filesystem. The most popular usecase
+is to synchronize a server with a local folder and use a set of other programs_
+to change the local events and contacts. Vdirsyncer can then synchronize those
+changes back to the server.
+
+However, vdirsyncer is not limited to synchronizing between clients and
+servers. It can also be used to synchronize calendars and/or addressbooks
+between two servers directly.
+
+It aims to be for calendars and contacts what `OfflineIMAP
+`_ is for emails.
-.. _storages: https://vdirsyncer.pimutils.org/en/latest/config.html#storages
.. _programs: https://vdirsyncer.pimutils.org/en/latest/tutorials/
-It aims to be for CalDAV and CardDAV what `OfflineIMAP
-`_ is for IMAP.
-
.. image:: https://travis-ci.org/pimutils/vdirsyncer.svg?branch=master
:target: https://travis-ci.org/pimutils/vdirsyncer
diff --git a/docs/index.rst b/docs/index.rst
index 9212efb..0c50467 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,14 +5,18 @@ vdirsyncer
- `Documentation `_
- `Source code `_
-Vdirsyncer synchronizes your calendars and addressbooks between two
-:ref:`storages `. The most popular purpose is to synchronize a
-CalDAV/CardDAV server with a local folder or file. The local data can then be
-accessed via a variety of :doc:`programs `, none of which have to
-know or worry about syncing to a server.
+Vdirsyncer is a command-line tool for synchronizing calendars and addressbooks
+between a variety of servers and the local filesystem. The most popular usecase
+is to synchronize a server with a local folder and use a set of other
+:doc:`programs ` to change the local events and contacts.
+Vdirsyncer can then synchronize those changes back to the server.
-It aims to be for CalDAV and CardDAV what `OfflineIMAP
-`_ is for IMAP.
+However, vdirsyncer is not limited to synchronizing between clients and
+servers. It can also be used to synchronize calendars and/or addressbooks
+between two servers directly.
+
+It aims to be for calendars and contacts what `OfflineIMAP
+`_ is for emails.
.. toctree::
:caption: Users