Message ID | 20240712162954.23746-1-steve.schrock@getcruise.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | main: update usage with logger option | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-alpine-ci-fetch | success | Fetch PR |
prestwoj/iwd-ci-gitlint | success | GitLint |
prestwoj/iwd-ci-fetch | success | Fetch PR |
prestwoj/iwd-alpine-ci-setupell | success | Prep - Setup ELL |
prestwoj/iwd-ci-setupell | success | Prep - Setup ELL |
prestwoj/iwd-ci-incremental_build | success | Incremental build not run PASS |
prestwoj/iwd-alpine-ci-makedistcheck | success | Make Distcheck |
prestwoj/iwd-alpine-ci-incremental_build | success | Incremental build not run PASS |
prestwoj/iwd-alpine-ci-build | success | Build - Configure |
prestwoj/iwd-ci-build | success | Build - Configure |
prestwoj/iwd-alpine-ci-makecheckvalgrind | success | Make Check w/Valgrind |
prestwoj/iwd-alpine-ci-makecheck | success | Make Check |
prestwoj/iwd-ci-clang | success | clang PASS |
prestwoj/iwd-ci-makecheckvalgrind | success | Make Check w/Valgrind |
prestwoj/iwd-ci-makecheck | success | Make Check |
prestwoj/iwd-ci-makedistcheck | success | Make Distcheck |
prestwoj/iwd-ci-testrunner | success | test-runner PASS |
Hi Steve, On 7/12/24 11:29 AM, Steve Schrock wrote: > --- > src/main.c | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks. Regards, -Denis
diff --git a/src/main.c b/src/main.c index 93d4e87c653a..beaf228fb3cd 100644 --- a/src/main.c +++ b/src/main.c @@ -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"); }