Skip to content

Commit

Permalink
Merge pull request #250 from snemes/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Feb 28, 2025
2 parents fe23ecc + e01999c commit 04e28fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ optional arguments:
-k, --emulate-children
Emulate any processes created with the CreateProcess APIs after the input file finishes emulating
--no-mp Run emulation in the current process to assist instead of a child process. Useful when
debuggingspeakeasy itself (using pdb.set_trace()).
debugging speakeasy itself (using pdb.set_trace()).
```

---
Expand Down
2 changes: 1 addition & 1 deletion speakeasy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def main():
'input file finishes emulating')
parser.add_argument('--no-mp', action='store_true', dest='no_mp',
required=False, help='Run emulation in the current process to assist\n'
'instead of a child process. Useful when debugging'
'instead of a child process. Useful when debugging '
'speakeasy itself (using pdb.set_trace()).\n')

Main(parser)
Expand Down

0 comments on commit 04e28fd

Please sign in to comment.