Update README.md file
This commit is contained in:
parent
e113034e42
commit
47815bef5b
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -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
|
||||||
|
```
|
Loading…
Reference in a new issue