pw-cat: fix option for playback

Fixes #665
This commit is contained in:
Wim Taymans 2021-02-02 15:17:38 +01:00
parent 0d2b9104d1
commit 379cbeaa5d

View file

@ -927,7 +927,7 @@ static const struct option long_options[] = {
{ "verbose", no_argument, NULL, 'v' }, { "verbose", no_argument, NULL, 'v' },
{ "record", no_argument, NULL, 'r' }, { "record", no_argument, NULL, 'r' },
{ "playback", no_argument, NULL, 's' }, { "playback", no_argument, NULL, 'p' },
{ "midi", no_argument, NULL, 'm' }, { "midi", no_argument, NULL, 'm' },
{ "remote", required_argument, NULL, 'R' }, { "remote", required_argument, NULL, 'R' },