From abb0727cadf5484796d89c41fd479d056cb036d5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 17 Apr 2013 00:15:12 -0500 Subject: Add -f to chmod (just turns off -v). --- toys/posix/chmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix') diff --git a/toys/posix/chmod.c b/toys/posix/chmod.c index 89b6e083..64369b65 100644 --- a/toys/posix/chmod.c +++ b/toys/posix/chmod.c @@ -4,7 +4,7 @@ * * See http://opengroup.org/onlinepubs/9699919799/utilities/chmod.html -USE_CHMOD(NEWTOY(chmod, "<2?vR", TOYFLAG_BIN)) +USE_CHMOD(NEWTOY(chmod, "<2?vRf[-vf]", TOYFLAG_BIN)) config CHMOD bool "chmod" -- cgit v1.2.3