Skip to content

Commit

Permalink
MInor tweak to formatting of message in code
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Jan 23, 2021
1 parent fb3e871 commit d78389c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ola-streaming-client.cpp
Expand Up @@ -45,8 +45,8 @@ DEFINE_uint8(priority, ola::dmx::SOURCE_PRIORITY_DEFAULT,
DEFINE_s_default_bool(universe_from_stdin, s, false,
"Also read the destination universe number from STDIN "
"when reading DMX data from STDIN. The universe number "
"must precede the channel values, and be delimited "
"by whitespace, e.g. 1 0,255,128 2 0,255,127");
"must precede the channel values, and be delimited by "
"whitespace, e.g. 1 0,255,128 2 0,255,127");

bool terminate = false;

Expand Down

0 comments on commit d78389c

Please sign in to comment.