diff options
Diffstat (limited to 'src')
-rw-r--r--[-rwxr-xr-x] | src/bin/rr (renamed from src/bin/roadrunner) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/roadrunner b/src/bin/rr index 3b521c9b..e3311499 100755..100644 --- a/src/bin/roadrunner +++ b/src/bin/rr @@ -186,7 +186,7 @@ class RRHelper } (new Application('RoadRunner', RRHelper::getVersion())) - ->register('get') + ->register('get-binary') ->setDescription("Install or update RoadRunner binaries in specified folder (current folder by default)") ->addOption('location', 'l', InputArgument::OPTIONAL, 'destination folder', '.') ->setCode(function (InputInterface $input, OutputInterface $output) { |