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

Refs #15963 - Fix documentation typos #203

Merged
merged 1 commit into from
May 24, 2018

Conversation

itsbill
Copy link

@itsbill itsbill commented May 23, 2018

Hi,

This is one of a series of patches to address typos in katello-installer --help #15963

This diff addresses the --certs-deploy, --certs-regenerate, and --certs-regenerate-ca parameters' descriptions, changing them from:

   --certs-deploy                Deploy the certs on the configured system. False means
                                 we want apply it on a different system (current: true)
...
   --certs-regenerate            Force regeneration of the certificates (excluding
                                 ca certificates) (current: false)
...
   --certs-regenerate-ca         Force regeneration of the ca certificate (current: false)

To:

   --certs-deploy                Deploy the certs on the configured system. False means
                                 we want to apply it to a different system (current: true)
...
   --certs-regenerate            Force regeneration of the certificates (excluding
                                 CA certificates) (current: false)
...
   --certs-regenerate-ca         Force regeneration of the CA certificate (current: false)

Thanks in advance!

Copy link
Member

@chris1984 chris1984 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @itsbill for the help with getting the typos fixed.

@chris1984 chris1984 merged commit a669bd9 into theforeman:master May 24, 2018
@ekohl ekohl changed the title Refs #15963 - katello-installer --help typos Refs #15963 - Fix documentation typos May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants