1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

node: revise -e language (#4797)

This commit is contained in:
Michael Schoonmaker 2020-10-22 09:30:16 -07:00 committed by GitHub
parent 4f2ee9e07b
commit 0eb4310751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
`node`
- Evaluate JavaScript by passing it in the command:
- Evaluate JavaScript code by passing it as an argument:
`node -e "{{code}}"`