output/csv: Fix a typo.

This commit is contained in:
Uwe Hermann 2017-12-21 16:06:48 +01:00
parent c108ef087e
commit 51d64bf501
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ static struct sr_option options[] = {
{"scale", "scale", "Scale gnuplot graphs", NULL, NULL},
{"value", "Value separator", "Character to print between values", NULL, NULL},
{"record", "Record separator", "String to print between records", NULL, NULL},
{"frame", "Frame seperator", "String to print between frames", NULL, NULL},
{"frame", "Frame separator", "String to print between frames", NULL, NULL},
{"comment", "Comment start string", "String used at start of comment lines", NULL, NULL},
{"header", "Output header", "Output header comment with capture metdata", NULL, NULL},
{"label", "Label values", "Type of column labels", NULL, NULL},