Fix a copy-paste typo for pull commands

This commit is contained in:
Paweł Niedzielski 2019-08-31 12:37:18 +02:00
parent 662707e9f5
commit fbc6147c74

View file

@ -36,7 +36,7 @@ npm install --save-dev docker-compose
* `buildOne(service, options)` - Build or rebuild service
* `pullMany(services, options)` - Pull service images specified
* `pullOne(service, options)` - Pull a service image
* `buildOne(service, options)` - Build or rebuild service
* `pullAll(options)` - Pull all service images
* `restartAll(options)` - Restart all services
* `restartMany(services, options)` - Restart services
* `restartOne(service, options)` - Restart service