mirror of
https://github.com/denoland/deno.git
synced 2025-01-15 10:35:19 -05:00
Change usage example script extension from .js to .ts
This commit is contained in:
parent
790baae673
commit
27ef77e31b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ pub struct DenoFlags {
|
||||||
|
|
||||||
pub fn print_usage() {
|
pub fn print_usage() {
|
||||||
println!(
|
println!(
|
||||||
"Usage: deno script.js
|
"Usage: deno script.ts
|
||||||
|
|
||||||
--allow-write Allow file system write access.
|
--allow-write Allow file system write access.
|
||||||
--allow-net Allow network access.
|
--allow-net Allow network access.
|
||||||
|
|
Loading…
Reference in a new issue