Selaa lähdekoodia

Update scripts.md

Jordi Boggiano 5 vuotta sitten
vanhempi
commit
b21936ab46
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      doc/articles/scripts.md

+ 2 - 1
doc/articles/scripts.md

@@ -375,6 +375,7 @@ You can set custom script descriptions with the following in your `composer.json
 }
 ```
 
-The descriptions are seen in `composer run -l` command output.
+The descriptions are used in `composer list` or `composer run -l` commands to
+describe what the scripts do when the command is run.
 
 > **Note:** You can only set custom descriptions of custom commands.