Skip to content

Commit bd0c399

Browse files
committed
Updated help
1 parent 6716af3 commit bd0c399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DRVR/compiler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ void break_into_arguments(const char *s, int *out_argc, char ***out_argv){
413413
}
414414

415415
void show_help(){
416-
printf("The Adept Compiler v2.2 - (c) 2016-2019 Isaac Shelton\n\n");
416+
printf("The Adept Compiler v2.2 - (c) 2016-2020 Isaac Shelton\n\n");
417417
printf("Usage: adept [options] <filename>\n\n");
418418
printf("Options:\n");
419419
printf(" -h, --help Display this message\n");

0 commit comments

Comments
 (0)