diff --git a/src/libtsduck/tsVersion.h b/src/libtsduck/tsVersion.h index 53fb3a6cf..3c3363492 100644 --- a/src/libtsduck/tsVersion.h +++ b/src/libtsduck/tsVersion.h @@ -44,4 +44,4 @@ //! //! TSDuck commit number (automatically updated by Git hooks). //! -#define TS_COMMIT 2709 +#define TS_COMMIT 2710 diff --git a/src/tsplugins/tsplugin_splicemonitor.cpp b/src/tsplugins/tsplugin_splicemonitor.cpp index 8522310ff..2fa6cb3d6 100644 --- a/src/tsplugins/tsplugin_splicemonitor.cpp +++ b/src/tsplugins/tsplugin_splicemonitor.cpp @@ -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.");