From 2d2403ef8f2627c7d478886b3101ed6da8a40e67 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 18 Oct 2017 05:51:43 +0300 Subject: [PATCH] Docs(index): rm.py can recursively remove directories --- docs/index.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 ~~~~~~~~ -- 2.39.2