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

41e8014 Add a -Q/--very-quiet option: Suppresses INFO. It shouldn't #241

Open
pete4abw opened this issue Mar 8, 2023 · 0 comments
Open

Comments

@pete4abw
Copy link
Contributor

pete4abw commented Mar 8, 2023

Very Quiet option should not be allowed if user is trying to get INFO from an lrz file.

See this workaround from lrzip-next.

        if (INFO && !SHOW_OUTPUT) { 
                print_err("Cannot show info with -Q option. Turning on output\n"); 
                control->flags |= FLAG_OUTPUT; 
        }

Or, you could fatal abort out of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant