diff options
author | Ian Jauslin <ian@jauslin.org> | 2022-05-27 17:08:05 -0400 |
---|---|---|
committer | Ian Jauslin <ian@jauslin.org> | 2022-05-27 17:08:05 -0400 |
commit | 5ce414db85c1e1701d500c08be6cde1d34b2f5a7 (patch) | |
tree | e733776fc5bbf970c6215950f7b7d33769dfbd5a | |
parent | 6113c85189a9b00c7705f322935da74b8a50b063 (diff) |
update print_usage
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ int main ( // usage message int print_usage(){ - fprintf(stderr, "usage:\n nstrophy [-t nthreads] [-p parameters] [-g driving_force] [-i initial_condition] <command>\n\n"); + fprintf(stderr, "usage:\n nstrophy [-t nthreads] [-p parameters] [-g driving_force] [-i initial_condition] [-s savefile] <command>\n\n"); return(0); } |