Fixed typo in barcode service argument parser
This commit is contained in:
parent
2736433a06
commit
4b7c90bb2f
|
@ -78,6 +78,6 @@ static const struct argp argp = {
|
||||||
.options = options,
|
.options = options,
|
||||||
.parser = parse_opt,
|
.parser = parse_opt,
|
||||||
.args_doc = NULL,
|
.args_doc = NULL,
|
||||||
.doc = "Acquire barcode data and publish to a ZeroMQ channel\v",
|
.doc = "Acquire barcode data and publish to a ZeroMQ channel\n",
|
||||||
.children = NULL
|
.children = NULL
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue