X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Findex.rst;h=93730f546007c9625bfaf111d277ba80bec232e3;hb=2d2403ef8f2627c7d478886b3101ed6da8a40e67;hp=645a859a83c62ceaf15391a00fa367e194671671;hpb=45a6d6e1d9551954e827efe7eaaf119315048248;p=ppu.git diff --git a/docs/index.rst b/docs/index.rst index 645a859..93730f5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,11 +48,16 @@ Options:: rm.py ~~~~~ -Remove files. +Remove files or directories. Usage:: - rm.py file1 [file2...] + rm.py [-r] name1 [name2...] + +Options:: + + -r, --recursive + recursively remove directories which.py ~~~~~~~~