From: Oleg Broytman Date: Fri, 15 Dec 2017 18:57:47 +0000 (+0300) Subject: Docs: Better documentation for rm.py -f X-Git-Tag: 0.7.0~22 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=d31506d6b699521dd17e0c49cb56006e19de5dca Docs: Better documentation for rm.py -f [skip ci] --- diff --git a/docs/index.rst b/docs/index.rst index 8e4112a..975d62e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -61,14 +61,15 @@ directories. Usage:: - rm.py [-r] name1 [name2...] + rm.py [-r] [-f] name1 [name2...] Options:: -r, --recursive recursively remove directories -f', --force - force (ignore non-existing files and errors) + force (ignore non-existing files and errors, + remote read-only files and non-empty directories) which.py