updated manual authored by Martin Straka's avatar Martin Straka
...@@ -54,7 +54,7 @@ The following options (services) are related to actions that should be performed ...@@ -54,7 +54,7 @@ The following options (services) are related to actions that should be performed
* **--get-user-info** - Get information about user and its role and privileges. * **--get-user-info** - Get information about user and its role and privileges.
* **--get-owner-info** - Get information about owner and its databox. * **--get-owner-info** - Get information about owner and its databox.
* **--check-attachment** - Get list of messages where attachment missing (local database only). * **--check-attachment** - Get list of messages where attachment missing (local database only).
* **--search-databox** - Find a databox via several parameters. * **--find-databox** - Find a databox via several parameters.
#### *string_of_parameters* has format: #### *string_of_parameters* has format:
...@@ -208,7 +208,7 @@ Example: ...@@ -208,7 +208,7 @@ Example:
datovka --login "username='xxxxxx'" --check-attachment datovka --login "username='xxxxxx'" --check-attachment
``` ```
**--search-databox** **--find-databox**
* *dbID* - id of databox. Must contain string with length 7. [Optional] * *dbID* - id of databox. Must contain string with length 7. [Optional]
* *ic* - identification number of firm/company. Must contain string of numbers with length 8. [Optional] * *ic* - identification number of firm/company. Must contain string of numbers with length 8. [Optional]
* *firmName* - name of firm/company. Maximal length is 50 chars. [Optional] * *firmName* - name of firm/company. Maximal length is 50 chars. [Optional]
...@@ -223,5 +223,5 @@ Return ...@@ -223,5 +223,5 @@ Return
Example: Example:
``` ```
datovka --login "username='xxxxxx'" --search-databox "ic='12345678'" datovka --login "username='xxxxxx'" --find-databox "ic='12345678'"
``` ```