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 - Correct documentation typos #641

Merged
merged 1 commit into from
May 25, 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 --foreman-custom-repo and --foreman-passenger-start-timeout parameters' descriptions, changing them from:

   --foreman-custom-repo         No need to change anything here by default
                                 if set to true, no repo will be added by this module, letting you to
                                 set it to some custom location. (current: true)
...
   --foreman-passenger-start-timeout  Amount of seconds to wait for Ruby application boot. (current: 90)

To:

   --foreman-custom-repo         No need to change anything here by default
                                 if set to true, no repo will be added by this module, letting you
                                 set it to some custom location. (current: true)
...
   --foreman-passenger-start-timeout  Number of seconds to wait for Ruby application boot. (current: 90)

Thanks in advance!

@theforeman-bot
Copy link
Member

@itsbill, the Redmine ticket used is for a different project than the one associated with this GitHub repository. Please either:

If changing the ticket number used, remember to update the PR title and the commit message (using git commit --amend).


This message was auto-generated by Foreman's prprocessor

@itsbill
Copy link
Author

itsbill commented May 25, 2018

Hi,

I am guessing (I haven't tried to trace it back) that the code was moved or split, so even though the original issue isn't tied to this project, the affected code is here.

Thanks!

@mmoll mmoll merged commit b6eb241 into theforeman:master May 25, 2018
@mmoll
Copy link
Contributor

mmoll commented May 25, 2018

merged, thanks @itsbill!

@ekohl ekohl changed the title Refs #15963 - katello-installer --help typos Refs #15963 - Correct documentation typos May 29, 2018
@theforeman-bot
Copy link
Member

@itsbill, the Redmine ticket used is for a different project than the one associated with this GitHub repository. Please either:

If changing the ticket number used, remember to update the PR title and the commit message (using git commit --amend).


This message was auto-generated by Foreman's prprocessor

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