|
23 | 23 | @echo "$(call format,cache-clean,'Access the cache-clean CLI.')" |
24 | 24 | @echo "$(call format,cli,'Run any CLI command without going into the bash prompt.')" |
25 | 25 | @echo "$(call format,clinotty,'Run any CLI command with no TTY.')" |
26 | | - @echo "$(call format,cliq,'Run any CLI command but pipes all output to /dev/null.')" |
| 26 | + @echo "$(call format,cliq,'Run any CLI command but pipe all output to /dev/null.')" |
27 | 27 | @echo "$(call format,composer,'Run the composer binary.')" |
28 | 28 | @echo "$(call format,copyfromcontainer,'Copy folders or files from container to host.')" |
29 | 29 | @echo "$(call format,copytocontainer,'Copy folders or files from host to container.')" |
|
45 | 45 | @echo "$(call format,pwa-studio,'(BETA) Start the PWA Studio server.')" |
46 | 46 | @echo "$(call format,redis,'Run a command from the redis container.')" |
47 | 47 | @echo "$(call format,remove,'Remove all containers.')" |
48 | | - @echo "$(call format,removeall,'Remove all containers$(comma) networks$(comma) volumes$(comma) and images.')" |
| 48 | + @echo "$(call format,removeall,'Remove all containers$(comma) networks$(comma) volumes and images.')" |
49 | 49 | @echo "$(call format,removevolumes,'Remove all volumes.')" |
50 | 50 | @echo "$(call format,restart,'Stop and then start all containers.')" |
51 | 51 | @echo "$(call format,root,'Run any CLI command as root without going into the bash prompt.')" |
|
60 | 60 | @echo "$(call format,start,'Start all containers.')" |
61 | 61 | @echo "$(call format,status,'Check the container status.')" |
62 | 62 | @echo "$(call format,stop,'Stop all containers.')" |
63 | | - @echo "$(call format,update,'Stop all containers.')" |
| 63 | + @echo "$(call format,update,'Update your project to the latest version of docker-magento.')" |
64 | 64 | @echo "$(call format,xdebug,'Disable or enable Xdebug.')" |
65 | 65 |
|
66 | 66 | bash: |
|
0 commit comments