mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
Fix "interger" spelling
Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
ac4b5a157d
commit
d31f40ed2b
5 changed files with 5 additions and 5 deletions
|
|
@ -981,7 +981,7 @@ static void main_usage_csv_options(FILE* o, char* argv0) {
|
|||
fprintf(o, " missing headers.\n");
|
||||
fprintf(o, " --allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,\n");
|
||||
fprintf(o, " fill remaining keys with empty string. If a data line has more\n");
|
||||
fprintf(o, " fields than the header line, use interger field labels as in\n");
|
||||
fprintf(o, " fields than the header line, use integer field labels as in\n");
|
||||
fprintf(o, " the implicit-header case.\n");
|
||||
fprintf(o, " --headerless-csv-output Print only CSV data lines.\n");
|
||||
fprintf(o, " -N Keystroke-saver for --implicit-csv-header --headerless-csv-output.\n");
|
||||
|
|
|
|||
|
|
@ -534,7 +534,7 @@ OPTIONS
|
|||
missing headers.
|
||||
--allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,
|
||||
fill remaining keys with empty string. If a data line has more
|
||||
fields than the header line, use interger field labels as in
|
||||
fields than the header line, use integer field labels as in
|
||||
the implicit-header case.
|
||||
--headerless-csv-output Print only CSV data lines.
|
||||
-N Keystroke-saver for --implicit-csv-header --headerless-csv-output.
|
||||
|
|
|
|||
|
|
@ -340,7 +340,7 @@ OPTIONS
|
|||
missing headers.
|
||||
--allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,
|
||||
fill remaining keys with empty string. If a data line has more
|
||||
fields than the header line, use interger field labels as in
|
||||
fields than the header line, use integer field labels as in
|
||||
the implicit-header case.
|
||||
--headerless-csv-output Print only CSV data lines.
|
||||
-N Keystroke-saver for --implicit-csv-header --headerless-csv-output.
|
||||
|
|
|
|||
|
|
@ -425,7 +425,7 @@ output only.
|
|||
missing headers.
|
||||
--allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,
|
||||
fill remaining keys with empty string. If a data line has more
|
||||
fields than the header line, use interger field labels as in
|
||||
fields than the header line, use integer field labels as in
|
||||
the implicit-header case.
|
||||
--headerless-csv-output Print only CSV data lines.
|
||||
-N Keystroke-saver for --implicit-csv-header --headerless-csv-output.
|
||||
|
|
|
|||
|
|
@ -1666,7 +1666,7 @@ Relevant to CSV/CSV-lite input only:
|
|||
missing headers.
|
||||
--allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,
|
||||
fill remaining keys with empty string. If a data line has more
|
||||
fields than the header line, use interger field labels as in
|
||||
fields than the header line, use integer field labels as in
|
||||
the implicit-header case.
|
||||
--headerless-csv-output Print only CSV data lines.
|
||||
-N Keystroke-saver for --implicit-csv-header --headerless-csv-output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue