Added prerequisites authored by Martin Straka's avatar Martin Straka
......@@ -34,7 +34,7 @@ Usage: datovka [ options ] [ zfo-file ]
* **--load-conf _conf_** - On start load *conf* file.
* **--save-conf _conf_** - On stop save *conf* file.
* **--login** <_string_of_parameters_> - Logint into databox. It is mandatory for following services. If Datovka already knows the login information for the related account then the supplied information will be ignored.
* **--login** <_string_of_parameters_> - Login into databox. It is mandatory for following services. If Datovka already knows the login information for the related account then the supplied information will be ignored.
#### Arguments:
**zfo-file** - ZFO file to be viewed.
......@@ -44,10 +44,10 @@ Usage: datovka [ options ] [ zfo-file ]
The following options (services) are related to actions that should be performed. "--login <_string_of_parameters_>" option must be present before service declaration.
#### Service Names:
* **--get-msg-list _string_of_parameters_** - Download list of received/sent messages.
* **--send-msg _string_of_parameters_** - Create and send a new message.
* **--download-msg _string_of_parameters_** - Download complete message with signature and time stamp MV.
* **--download-delivery-info _string_of_parameters_** - Download delivery info of message with signature and time stamp MV.
* **--get-msg-list** <_string_of_parameters_> - Download list of received/sent messages.
* **--send-msg** <_string_of_parameters_> - Create and send a new message.
* **--download-msg** <_string_of_parameters_> - Download complete message with signature and time stamp MV.
* **--download-delivery-info** <_string_of_parameters_> - Download delivery info of message with signature and time stamp MV.
* **--get-user-info** - Get information about user and its role and privileges.
* **--get-owner-info** - Get information about owner and its databox.
* **--check-attachment** - Get list of messages where attachment missing (local database only).
......
......