updated manual authored by Martin Straka's avatar Martin Straka
......@@ -138,7 +138,6 @@ datovka --login "username='xxxxxx'" --get-msg "dmID='123456789',dmType='received
**--get-delivery-info**
* *dmID* - Message ID. Maximal length 20 characters. [Mandatory]
* *zfoFile* - Full path where delivery info ZFO file will be saved. If not specified, delivery info will be stored only to database. [Optional]
* *zfoFile* - Full path where message ZFO file will be saved. If not specified, message will be stored only to database. [Optional]
* *download* - Values: {yes,no,ondemand}. Specifies whether to download the message from ISDS server (no = never download, use from database if present; yes = always download even if does already exist in database; ondemand = download only if doesn't exist in database). Default is ondemand. [Optional]
Return [deliveryStruct, status, (ZFO file)]
......
......