Skip to content

Commit 1f9fb65

Browse files
committed
fix --help text
1 parent 54a1d76 commit 1f9fb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/app.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ int main(string[] args) {
307307
break;
308308
}
309309
case "--help": {
310-
writeln(usage.strip());
310+
writefln(usage.strip(), args[0]);
311311
return 0;
312312
}
313313
default: {

0 commit comments

Comments
 (0)