mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-mon: recognize -N and -C as valid options
This commit is contained in:
parent
50dad68eb4
commit
cbc75dc98d
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@ int main(int argc, char *argv[])
|
|||
if (isatty(STDERR_FILENO) && getenv("NO_COLOR") == NULL)
|
||||
colors = true;
|
||||
|
||||
while ((c = getopt_long(argc, argv, "hVr:", long_options, NULL)) != -1) {
|
||||
while ((c = getopt_long(argc, argv, "hVr:NC", long_options, NULL)) != -1) {
|
||||
switch (c) {
|
||||
case 'h':
|
||||
show_help(argv[0], false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue