summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-19 16:21:54 -0300
committerAndrés <andmarti@gmail.com>2021-03-19 16:21:54 -0300
commitc12c527424e9d57a79674bb6edc4f4a7de10327e (patch)
tree15808e3097b8c1987163dc653dab76634d811a77 /src/main.c
parentd89e78f732a1a8b82488f078dbc17b1b5d2eba31 (diff)
work on #409
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cdf0a50..6f55fd7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -864,7 +864,7 @@ void show_usage_and_quit(){
\n --quit_afterload Quit after loading all the files\
\n --sheet=SHEET Open SHEET when loading xlsx file. Default is 1.\
\n --tm_gmtoff={seconds} set gmt offset used for converting datetimes to localtime.\
-\n --txtdelim={\",\" or \";\" or \"\\t\"} Sets delimiter when opening a .tab of .csv file");
+\n --txtdelim={\",\" or \";\" or \"\\t\" or \"|\"} Sets delimiter when opening a .tab of .csv file");
#ifdef XLSX
printf("\n\
\n --xlsx_readformulas Set variable 'xlsx_readformulas'");