diff options
-rw-r--r-- | toys/other/mcookie.c (renamed from toys/pending/mcookie.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/mcookie.c b/toys/other/mcookie.c index 12138b89..fb83f5e3 100644 --- a/toys/pending/mcookie.c +++ b/toys/other/mcookie.c @@ -11,7 +11,7 @@ USE_MCOOKIE(NEWTOY(mcookie, "v(verbose)V(version)", TOYFLAG_USR|TOYFLAG_BIN)) config MCOOKIE bool "mcookie" - default n + default y help usage: mcookie [-vV] |