Fixed typo in barcode service argument parser

This commit is contained in:
Andrew Brooks 2018-01-27 13:46:27 -06:00
parent 2736433a06
commit 4b7c90bb2f
1 changed files with 1 additions and 1 deletions

View File

@ -78,6 +78,6 @@ static const struct argp argp = {
.options = options,
.parser = parse_opt,
.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
};