X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Findex.rst;h=014ff629f9241aa62379539fd3b10ee646ffce4e;hb=b6804601cdf52546c13a0c0dde0f6c22f9c7d82a;hp=645a859a83c62ceaf15391a00fa367e194671671;hpb=78638a131663681fc9a89b246446978abb196325;p=ppu.git diff --git a/docs/index.rst b/docs/index.rst index 645a859..014ff62 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,11 +48,20 @@ Options:: rm.py ~~~~~ -Remove files. +Remove files or directories. Ask interactively to remove read-only files or +directories. Usage:: - rm.py file1 [file2...] + rm.py [-r] name1 [name2...] + +Options:: + + -r, --recursive + recursively remove directories + -f', --force + force (ignore non-existing files and errors) + which.py ~~~~~~~~