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 };