Update README.md file

This commit is contained in:
Benjamin Renard 2017-10-12 14:16:54 +02:00
parent e113034e42
commit 47815bef5b

View file

@ -1,3 +1,13 @@
# roundcube-export-contacts
# Roundcube-export-contacts
Export user's address book from command line in vCard format
Script to export Roundcube user's address book from command line in vCard format.
## Usage
```
Usage: export-contact.sh -u username -m mailhost.fqdn
-u / --user User name
-m / --mailhost Mailhost (optional)
-o / --output Output file
-v / --verbose Enable verbose mode
-d / --debug Enable debug mode
```