diff options
Diffstat (limited to 'src/driver.c')
-rw-r--r-- | src/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver.c b/src/driver.c index 60d3ce2..fc2a3ae 100644 --- a/src/driver.c +++ b/src/driver.c @@ -25,7 +25,7 @@ int main(int argc, char **argv) { fprintf(stderr, "Usage: %s [-i program.imp]\n" " -i <program.imp> interpret program and exit\n" - " (no args) start REPL\n", + " (no args) start REPL\n", argv[0]); return (opt == 'h') ? EXIT_SUCCESS : EXIT_FAILURE; } |