main: update usage with logger option

This commit is contained in:
Steve Schrock 2024-07-12 16:29:39 +00:00 committed by Denis Kenzior
parent 6d46698494
commit ffc6d6325d
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ static void usage(void)
"\t-p, --phys Phys to manage\n"
"\t-P, --nophys Phys to ignore\n"
"\t-d, --debug Enable debug output\n"
"\t-l, --logger Override default stderr logging\n"
"\t-v, --version Show version\n"
"\t-h, --help Show help options\n");
}