Skip to content

Update Multiple_kernels.rst #10481

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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configuration/multiple_kernels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ to your ``composer.json`` autoload section:
}
}

Then, run ``composer install`` to dump your new autoload config.
Then, run ``composer dumpautoload`` to dump your new autoload config.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that we should use the official Composer command name that is dump-autoload, it's also easier to read.

Source: https://getcomposer.org/doc/03-cli.md#dump-autoload-dumpautoload-

Suggested change
Then, run ``composer dumpautoload`` to dump your new autoload config.
Then, run ``composer dump-autoload`` to dump your new autoload config.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Huh : you learn something new everyday :) . I've been so used to using dumpautoload, I've never considered it was an alias.

Can only agree to this.

Copy link
Member

@nicolas-grekas nicolas-grekas Nov 10, 2018

Choose a reason for hiding this comment

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

please update :)


Step 3) Define the Kernel Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down