Skip to content

Commit

Permalink
Fixed invalid character in help description
Browse files Browse the repository at this point in the history
  • Loading branch information
lelegard committed Mar 13, 2022
1 parent c625b5b commit 1f109d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libtsduck/tsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
//!
//! TSDuck commit number (automatically updated by Git hooks).
//!
#define TS_COMMIT 2709
#define TS_COMMIT 2710
2 changes: 1 addition & 1 deletion src/tsplugins/tsplugin_splicemonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ ts::SpliceMonitorPlugin::SpliceMonitorPlugin(TSP* tsp_) :
u"Display the current TS packet index for each message or event.");

option(u"select-commands", 0, UINT8, 0, UNLIMITED_COUNT);
help(u"select-commands", u"value1[value2]",
help(u"select-commands", u"value1[-value2]",
u"Same as --display-commands but display the specified SCTE-35 command types only. "
u"By default, only display splice insert commands. "
u"Several --select-commands can be specified.");
Expand Down

0 comments on commit 1f109d1

Please sign in to comment.