From d31506d6b699521dd17e0c49cb56006e19de5dca Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 15 Dec 2017 21:57:47 +0300 Subject: [PATCH] Docs: Better documentation for rm.py -f [skip ci] --- docs/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2