Skip to content

Commit

Permalink
examples/ola-streaming-client: move whitespace to end
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
  • Loading branch information
shenghaoyang and peternewman committed Nov 21, 2020
1 parent dafc5dc commit e42807c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ola-streaming-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ DEFINE_uint8(priority, ola::dmx::SOURCE_PRIORITY_DEFAULT,
DEFINE_s_default_bool(universe_from_source, s, false,
"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 "
"in base 10, and be separated by at least one whitespace "
"character from the start and end of the sequence of "
"DMX values.");

bool terminate = false;
Expand Down

0 comments on commit e42807c

Please sign in to comment.