Skip to content

Commit

Permalink
Ran cog, refs #31
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 29, 2023
1 parent 316a5e7 commit 3f474c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ Options:
--partially-typed Filter functions with partial type annotations
--fully-typed Filter functions with full type annotations
--no-init Filter to exclude any __init__ methods
--replace Replace matching symbol with text from stdin
--help Show this message and exit.
```
Expand Down
2 changes: 1 addition & 1 deletion symbex/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
@click.option(
"--replace",
is_flag=True,
help="Replace a single matching symbol with text from stdin",
help="Replace matching symbol with text from stdin",
)
def cli(
symbols,
Expand Down

0 comments on commit 3f474c5

Please sign in to comment.