diff options
Diffstat (limited to 'examples/gist.ts')
-rwxr-xr-x | examples/gist.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gist.ts b/examples/gist.ts index fb6837059..6b5611120 100755 --- a/examples/gist.ts +++ b/examples/gist.ts @@ -21,7 +21,8 @@ async function main(): Promise<void> { if (parsedArgs._.length === 0) { console.error( - "Usage: gist.ts --allow-env --allow-net [-t|--title Example] some_file [next_file]" + "Usage: gist.ts --allow-env --allow-net [-t|--title Example] some_file " + + "[next_file]" ); exit(1); } |