summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 18:52:24 +0300
committerWolfy-J <[email protected]>2019-05-04 18:52:24 +0300
commit117a347b5234bce4168c332f5471855427399b7b (patch)
tree256eccc13a6a8f8e29684a9c4e0ed1892a4139ec /src
parent17c259e8e0a7988b4336643c4d180733663dbaa3 (diff)
polish
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) {