summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-17 11:39:00 -0300
committerAndrés <andmarti@gmail.com>2021-03-17 11:39:00 -0300
commitff24c776ccb0924def700ae7f014b70d7c6c91fb (patch)
treee619d3a27c4ad0b5bba7f5b87dfda74159ac04c5
parentc1407bb096ea499d19d11a587024409f2dd640b3 (diff)
fixed typo
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d784f23..cdf0a50 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 .scv file");
+\n --txtdelim={\",\" or \";\" or \"\\t\"} Sets delimiter when opening a .tab of .csv file");
#ifdef XLSX
printf("\n\
\n --xlsx_readformulas Set variable 'xlsx_readformulas'");