Skip to content

Commit 1104bf7

Browse files
committed
Update help message to reflect we print out diffs
1 parent b0a2414 commit 1104bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ positional arguments:
2020

2121
options:
2222
-h, --help show this help message and exit
23-
-w, --write Write the changes to file instead of printing the files to stdout
23+
-w, --write Write the changes to file instead of printing the diffs to stdout
2424
-v, --version Show version number and exit
2525
```
2626

pydocstringformatter/utils/argument_parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _register_arguments(version: str) -> argparse.ArgumentParser:
2626
"-w",
2727
"--write",
2828
action="store_true",
29-
help="Write the changes to file instead of printing the files to stdout",
29+
help="Write the changes to file instead of printing the diffs to stdout",
3030
)
3131

3232
parser.add_argument(

0 commit comments

Comments
 (0)