diff options
Diffstat (limited to 'std/examples/gist.ts')
-rwxr-xr-x | std/examples/gist.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/gist.ts b/std/examples/gist.ts index 555ec8056..31a22d750 100755 --- a/std/examples/gist.ts +++ b/std/examples/gist.ts @@ -21,7 +21,7 @@ const parsedArgs = parse(Deno.args); if (parsedArgs._.length === 0) { console.error( "Usage: gist.ts --allow-env --allow-net [-t|--title Example] some_file " + - "[next_file]" + "[next_file]", ); Deno.exit(1); } |