fix missing inclusion of 's' in opts list

This commit is contained in:
Paul Davis 2023-11-10 10:21:28 -07:00
parent d60dae8cbe
commit 6b5b63240b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ print_help (const char *execname)
int
ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[])
{
const char *optstring = "aAbBc:C:dD:hHk:E:m:N:nOp:PST:U:v";
const char *optstring = "aAbBc:C:dD:hHk:E:m:N:nOp:PsST:U:v";
const char *execname = strrchr (argv[0], '/');
if (execname == 0) {