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

Retain newlines in usage string when called with --help command lin… #45

Merged
merged 1 commit into from
Jan 7, 2022
Merged

Commits on Jan 7, 2022

  1. Retain newlines in usage string when called with --help command lin…

    …e argument
    
    I downloaded the latest version of the `idempotent-bash.sh` and as I tried to verify that it works, I noticed that the usage string output had lost all of the newlines.
    
    This PR simply adds double quotes around the `$IB_USAGE` variable in echo, so that all the newlines would be rendered properly.
    luolong committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    6a38b30 View commit details
    Browse the repository at this point in the history