From 4b7c90bb2ff6e525c6851d7a61e32853e0f902e0 Mon Sep 17 00:00:00 2001 From: Andrew Brooks Date: Sat, 27 Jan 2018 13:46:27 -0600 Subject: [PATCH] Fixed typo in barcode service argument parser --- barcode_service/barcode_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcode_service/barcode_service.h b/barcode_service/barcode_service.h index 75d9277..e6a96c4 100644 --- a/barcode_service/barcode_service.h +++ b/barcode_service/barcode_service.h @@ -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 };