From dafc5dc87425e5a55ad05a2f738fd457fb14cee3 Mon Sep 17 00:00:00 2001 From: Shenghao Yang Date: Tue, 17 Nov 2020 21:34:20 +0800 Subject: [PATCH] man/ola-streaming-client: Add documentation for new option. --- man/ola_streaming_client.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/ola_streaming_client.1 b/man/ola_streaming_client.1 index b6e7d50e56..8ce44bf3c6 100644 --- a/man/ola_streaming_client.1 +++ b/man/ola_streaming_client.1 @@ -14,6 +14,8 @@ Display the help message. Comma separated DMX values to send, e.g. 0,255,128 sets first channel to 0, second channel to 255 and third channel to 128. .IP "-l, --log-level " Set the logging level 0 .. 4. +.IP "-s, --universe-from-source" +Read universe number from source. Only allowed when processing STDIN. The universe number must be formatted in base 10, and be separated by at least one whitespace character from the start and end of the sequence of DMX values. .IP "-u, --universe " Id of the universe to send data for. .IP "-v, --version"