Skip to content

Commit ebc7c96

Browse files
committed
version beta 0.8.0
1 parent 0b7bb24 commit ebc7c96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/app.d

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Flags:
3232
-na - Disables the -a flag
3333
--version - Shows the callisto version
3434
-dp - Prints parser output
35-
-es - Export all Callisto symbols (and add util functions for interacting
35+
-es - Export all Callisto symbols (and add util function s for interacting
3636
with the Callisto stack)
3737
-d - Enables debug symbols (if available)
3838
-l LIB - Links LIB with the linker (if available)
@@ -197,7 +197,7 @@ int main(string[] args) {
197197
break;
198198
}
199199
case "--version": {
200-
writeln("Callisto compiler beta 0.7.0");
200+
writeln("Callisto compiler beta 0.8.0");
201201
return 0;
202202
}
203203
case "-a": {
@@ -284,7 +284,7 @@ int main(string[] args) {
284284
break;
285285
}
286286
case "--help": {
287-
writefln(usage.strip(), args[0]);
287+
writeln(usage.strip());
288288
return 0;
289289
}
290290
default: {

0 commit comments

Comments
 (0)