diff options
-rw-r--r-- | toys/other/sysctl.c (renamed from toys/pending/sysctl.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/sysctl.c b/toys/other/sysctl.c index c83051c7..8e57ca1d 100644 --- a/toys/pending/sysctl.c +++ b/toys/other/sysctl.c @@ -9,7 +9,7 @@ USE_SYSCTL(NEWTOY(sysctl, "^neNqwpaA[!ap][!aq][!aw][+aA]", TOYFLAG_USR|TOYFLAG_B config SYSCTL bool "sysctl" - default n + default y help usage: sysctl [-aAeNnqw] [-p [FILE] | KEY[=VALUE]...] |