Skip to content

Commit

Permalink
improve help message
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Apr 17, 2024
1 parent 517718e commit 1d44ddc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/cli-parsing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ const CLI_HELP = (
This directory will be created if it does not exist.
Defaults to the current working directory.
--batch=<job index> Run just one of the jobs.
--batch=<job index> Run just one of the jobs.
By default all jobs will run.
--continue Try to continue from existing snapshots
in the output. By default, existing snapshots will
be deleted, and the simulation will start from
scratch.
--continue Try to continue from existing trajectories
in the output.
By default existing trajectories will be deleted
and the jobs will start from scratch.
--help Print out this message.
"""
Expand Down

0 comments on commit 1d44ddc

Please sign in to comment.