fix(toggle-scripts): fix usage

This commit is contained in:
Julien Fontanet 2021-02-23 21:54:26 +01:00
parent 44d64d1b80
commit e74daa97d2
3 changed files with 6 additions and 6 deletions

View File

@ -22,8 +22,8 @@ Usage: toggle-scripts options...
Easily enable/disable scripts in package.json
Options
+<script> Enable the script <script>, ie prefix it with `_`
-<script> Disable the script <script>, ie remove the prefix `_`
+<script> Enable the script <script>, ie remove the prefix `_`
-<script> Disable the script <script>, ie prefix it with `_`
Examples
toggle-scripts +postinstall +preuninstall

View File

@ -4,8 +4,8 @@ Usage: toggle-scripts options...
Easily enable/disable scripts in package.json
Options
+<script> Enable the script <script>, ie prefix it with `_`
-<script> Disable the script <script>, ie remove the prefix `_`
+<script> Enable the script <script>, ie remove the prefix `_`
-<script> Disable the script <script>, ie prefix it with `_`
Examples
toggle-scripts +postinstall +preuninstall

View File

@ -19,8 +19,8 @@ if (pkgPath === undefined) {
${description}
Options
+<script> Enable the script <script>, ie prefix it with \`_\`
-<script> Disable the script <script>, ie remove the prefix \`_\`
+<script> Enable the script <script>, ie remove the prefix \`_\`
-<script> Disable the script <script>, ie prefix it with \`_\`
Examples
${bin} +postinstall +preuninstall