Update README file
This commit is contained in:
parent
c5f9f7fcc4
commit
21636d497d
1 changed files with 22 additions and 6 deletions
16
README.md
16
README.md
|
@ -11,6 +11,22 @@ Usage: export-contact.sh -u username -m mailhost.fqdn
|
||||||
-u / --user User name
|
-u / --user User name
|
||||||
-m / --mailhost Mailhost (optional)
|
-m / --mailhost Mailhost (optional)
|
||||||
-o / --output Output file
|
-o / --output Output file
|
||||||
|
-l / --last-login-on-duplicated Use last login user on duplicated
|
||||||
|
-a / --all-on-duplicated Retreive all user contacts on duplicated
|
||||||
-v / --verbose Enable verbose mode
|
-v / --verbose Enable verbose mode
|
||||||
-d / --debug Enable debug mode
|
-d / --debug Enable debug mode
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Copyright
|
||||||
|
---------
|
||||||
|
|
||||||
|
Copyright (c) 2019 Benjamin Renard
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License version 3 along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
Loading…
Reference in a new issue