From 47815bef5bc059b990ef86c41a184bc7cbe1a652 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 12 Oct 2017 14:16:54 +0200 Subject: [PATCH] Update README.md file --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da8b40a..10c1a4c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# roundcube-export-contacts +# Roundcube-export-contacts -Export user's address book from command line in vCard format \ No newline at end of file +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 +``` \ No newline at end of file