File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pydocstringformatter/utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ positional arguments:
2020
2121options:
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
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments