Skip to content

Commit 59ad788

Browse files
committed
improve license descriptions options
1 parent 8f59793 commit 59ad788

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Here is a page that documents how to check the certificate on Linux. : [check li
6666
## Quick Start : installation and wizard
6767
If you want to use it quickly, download the lastest Release and unzip it to a directory. For Linux user run a `chmod +x FastBCP` command.
6868

69-
For the trial you are read to run FastBCP.
69+
For the trial you are ready to run FastBCP.
7070

71-
**For other edition than trial you will need a valid license.** By default FastBCP will try to find a FastBCP.lic file in the same directory. You can also provide another path or an url in your organisation using the `--license` parameter.
71+
**After the trial period you will need a valid license.** By default FastBCP will try to find a FastBCP.lic file in the same directory as the executable. You can also provide another path or an url or even the license content using the `--license` parameter
7272

7373
For the following databases drivers are embedded : Clickhouse, DuckDB, MS SQLServer, Netezza, Oracle, MySQL, PostgreSQL, SAP HANA and Teradata .
7474

@@ -332,7 +332,7 @@ You can specify if the "temporary" files generated for the parallel export shoul
332332
**Warning** : Current version allow valid merge for CSV and Parquet only.
333333

334334
### License (`--license`)
335-
By defaulf FastBCP will try to use the **license file** named **FastBCP.lic** in the same directory as FastBCP. You can specify a **custom license file** using the `--license` parameter to define **another filepath or even an http(s) endpoint** to retrieve the license file.
335+
By default FastBCP will try to use the **license file** named **FastBCP.lic** in the same directory as FastBCP executable. You can specify a **custom license file** using the `--license` parameter to define **another filepath or even an http(s) endpoint** to retrieve the license file.
336336
You can also provide the **license content** directly. In this case using a variable or environment variable is recommended.
337337

338338
# Logging
@@ -411,7 +411,7 @@ In the WriteTo array you can use a Map like that :
411411
}
412412
```
413413

414-
The available variables are :
414+
The available variables to customize log path or log filename are :
415415

416416
| Variable Name | Description |
417417
|:------------------|:-------------------------------------------------|
@@ -575,7 +575,7 @@ You can have a lookp on the live [FastBCP Performance dashboard](https://public.
575575
--fileoutput "mssql_orders.parquet" `
576576
--method "DataDriven" `
577577
--distributekeycolumn "o_orderdate" `
578-
--datadrivenquery " select top 100 * from (select distinct o_orderdate from orders WHERE o_orderdate between '19950101' and '19950630') a order by 1desc" `
578+
--datadrivenquery "select top 100 * from (select distinct o_orderdate from orders WHERE o_orderdate between '19950101' and '19950630') a order by 1 desc" `
579579
--cloudprofile "C:\app\fastbcp\gcs\fastbcp_arpeio_key.json"
580580
--paralleldegree -2
581581
```

0 commit comments

Comments
 (0)