Skip to content

Commit

Permalink
Removing redundant command line options./master'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansuchocki committed Feb 23, 2015
1 parent 12a764b commit 41a218c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.c
Expand Up @@ -88,10 +88,11 @@ int main(int argc, char *argv[]) {
abort ();
}

fprintf(stdout, "Microscheme 0.8, (C) Ryan Suchocki\n");
fprintf(stdout, "Microscheme 0.9.1, (C) Ryan Suchocki\n");

if (argc < 2) {
fprintf(stdout, "usage: microscheme [-iaucpsov] [-m model] [-d device] [-t treeshaker-rounds] program[.ms]\n");
fprintf(stdout, "Usage: microscheme [-aucvrio] [-m model] [-d device] [-w filename] [-t rounds] program[.ms]\n");

return(EXIT_FAILURE);
}

Expand Down

0 comments on commit 41a218c

Please sign in to comment.