aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/rm.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:42 +0000
commit41a3f31c07957aeb51d74ad022cd7fcbf75dda48 (patch)
tree5dbbb5fd7edc0e5025ee19f52aea2a52fee72b1c /toys/posix/rm.c
parenta38a71b5f293449b0fe81d54fb914ea423e958b8 (diff)
parent9323773b0b13f0b51f0874572a4a87ce40855934 (diff)
downloadtoybox-f59fe3b7d6c31f8c4b7f513ddba8d5c429176f5b.tar.gz
Snap for 10453563 from 9323773b0b13f0b51f0874572a4a87ce40855934 to mainline-appsearch-releaseaml_ase_341510000aml_ase_341410000aml_ase_341310010aml_ase_341113000aml_ase_340913000android14-mainline-appsearch-release
Change-Id: I5831df133387ea0f70575ef4e58f50d13a5ed8ed
Diffstat (limited to 'toys/posix/rm.c')
-rw-r--r--toys/posix/rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/rm.c b/toys/posix/rm.c
index be611e67..cfe282f7 100644
--- a/toys/posix/rm.c
+++ b/toys/posix/rm.c
@@ -4,7 +4,7 @@
*
* See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/rm.html
-USE_RM(NEWTOY(rm, "fiRrv[-fi]", TOYFLAG_BIN))
+USE_RM(NEWTOY(rm, "f(force)iRrv[-fi]", TOYFLAG_BIN))
config RM
bool "rm"