From 2c7092bd1e851fe8fa0e7b3e4d3e1783bc8572f7 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 10 Jan 2018 17:04:37 +0100 Subject: [PATCH] Fix typo --- src/h5_zmq_writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5_zmq_writer.cpp b/src/h5_zmq_writer.cpp index 5f5fee6..f9cf66d 100644 --- a/src/h5_zmq_writer.cpp +++ b/src/h5_zmq_writer.cpp @@ -133,7 +133,7 @@ int main (int argc, char *argv[]) cout << "\tconnection_address: Address to connect to the stream (PULL). Example: tcp://127.0.0.1:40000" << endl; cout << "\toutput_file: Name of the output file." << endl; cout << "\tn_images: Number of images to acquire. 0 for infinity (untill /stop is called)." << endl; - cout << "\rest_port: Port to start the REST Api on." << endl; + cout << "\trest_port: Port to start the REST Api on." << endl; cout << endl; exit(-1);