Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d9d12b3

Browse files
authored
Merge pull request #3285 from magento/kh_fix-directory
correct path to magento command
2 parents 3dcd1bc + 686c13e commit d9d12b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/config/message-queue-consumers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async.operations.all
2121
To start message queue consumers:
2222

2323
```bash
24-
/bin/magento queue:consumers:start [--max-messages=<value>] [--batch-size=<value>] [--pid-file-path=<value>] <consumer_name>
24+
bin/magento queue:consumers:start [--max-messages=<value>] [--batch-size=<value>] [--pid-file-path=<value>] <consumer_name>
2525
```
2626

2727
The following table explains this command’s options, parameters, and values.

0 commit comments

Comments
 (0)