Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
mschwamb committed Nov 27, 2024
1 parent 530b059 commit 0b2d905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sorcha_cmdline/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def main(): # pragma: no cover
# parse the input arguments
parser = SorchaArgparse(argparse.ArgumentParser(prog="sorcha run"
parser = SorchaArgparse(argparse.ArgumentParser(prog="sorcha bootstrap"
description="Fetch the NAIF high precision EOP kernel file store its checksum."
))

Expand Down
2 changes: 1 addition & 1 deletion src/sorcha_cmdline/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def main():
parser = SorchaArgparse(argparse.ArgumentParser(prog=s"sorcha run"
parser = SorchaArgparse(argparse.ArgumentParser(prog='sorcha run',
formatter_class=argparse.ArgumentDefaultsHelpFormatter, description="Run a simulation."
))

Expand Down

0 comments on commit 0b2d905

Please sign in to comment.