X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Findex.rst;h=975d62e3c17efc92cc62a7716fe853f05284a429;hb=HEAD;hp=4605aaa1e8a1fba8488542ed89aee2b0b4768eca;hpb=e833f2fdc5164b9a9403baa2ee10cae2003cec88;p=ppu.git diff --git a/docs/index.rst b/docs/index.rst index 4605aaa..975d62e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,7 +25,15 @@ Compare two files. Usage:: - cmp.py file1 file2 + cmp.py [-i] [-s --silent --quiet] file1 file2 + +Options:: + + -i, --inhibit-progress-bar + inhibit progress bar + -s, --silent, --quiet + be silent (implied -i) + remove-old-files.py ~~~~~~~~~~~~~~~~~~~ @@ -48,11 +56,30 @@ Options:: rm.py ~~~~~ -Remove files. +Remove files or directories. Ask interactively to remove read-only files or +directories. + +Usage:: + + rm.py [-r] [-f] name1 [name2...] + +Options:: + + -r, --recursive + recursively remove directories + -f', --force + force (ignore non-existing files and errors, + remote read-only files and non-empty directories) + + +which.py +~~~~~~~~ + +Find a program in PATH and print full path to it. Usage:: - rm.py file1 [file2...] + which.py program Indices and tables ==================