Skip to content

Commit

Permalink
Updated copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Feb 23, 2022
1 parent db2a08b commit 34a71b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DRVR/compiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ void break_into_arguments(const char *s, int *out_argc, char ***out_argv){
}

void show_help(bool show_advanced_options){
printf("The Adept Compiler v%s - (c) 2016-2021 Isaac Shelton\n\n", ADEPT_VERSION_STRING);
printf("The Adept Compiler v%s - (c) 2016-2022 Isaac Shelton\n\n", ADEPT_VERSION_STRING);
printf("Usage: adept [options] [filename]\n\n");
printf("Options:\n");
printf(" -h, --help Display this message\n");
Expand Down

0 comments on commit 34a71b2

Please sign in to comment.