Skip to content

Commit 5dc2f64

Browse files
author
Miqueas Martinez
committed
Minor change in TS example
1 parent 71c668b commit 5dc2f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Github.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ let opts = yargs(Deno.args)
114114

115115
if (opts._.length <= 0) {
116116
print("Nothing to do.");
117+
print("Pass -h or --help to see the help.");
117118
Deno.exit(1);
118119
}
119120

0 commit comments

Comments
 (0)