diff options
Diffstat (limited to 'toys/posix/rm.c')
-rw-r--r-- | toys/posix/rm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/posix/rm.c b/toys/posix/rm.c index 2f99c326..608e1ca1 100644 --- a/toys/posix/rm.c +++ b/toys/posix/rm.c @@ -14,9 +14,9 @@ config RM Remove each argument from the filesystem. - -f force: remove without confirmation, no error if it doesn't exist - -i interactive: prompt for confirmation - -rR recursive: remove directory contents + -f Force: remove without confirmation, no error if it doesn't exist + -i Interactive: prompt for confirmation + -rR Recursive: remove directory contents */ #define FOR_rm |