Skip to content

Commit 3e9872c

Browse files
Update scripts/lib_updater.py
Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
1 parent 789cf6e commit 3e9872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
>>> ./{fname} --from Lib/test/foo.py --to ~/cpython/Lib/test/foo.py -o Lib/test/foo.py
1010
11-
You can run the same command without `-o` to print the output to stdout:
11+
You can run the same command without `-o` to override the `--from` path:
1212
1313
>>> ./{fname} --from Lib/test/foo.py --to ~/cpython/Lib/test/foo.py
1414

0 commit comments

Comments
 (0)