Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XLS] xls/common/init_xls.cc: Fix missing SetProgramUsageMessage() #1033

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

mtdudek
Copy link
Contributor

@mtdudek mtdudek commented Jun 19, 2023

xls/common/init_xls.h specifies that InitXls will call SetProgramUsageMessage() to setup usage string, but it was never called.

This commit fixes this bug. All XLS binaries will
now display usage message at the beginning of --help and --helpfull.

xls/common/init_xls.h specifies that InitXls will call
`SetProgramUsageMessage()` to setup `usage` string,
but it was never called.

This commit fixes this bug. All XLS binaries will
now display usage message at the beginning of `--help`
and `--helpfull`.

Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
@copybara-service copybara-service bot merged commit 672ad6e into google:main Jun 20, 2023
@mtdudek mtdudek deleted the Fix_SetProgramUsageMessage branch June 21, 2023 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants