diff options
author | Rob Landley <rob@landley.net> | 2019-02-23 16:43:41 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-02-23 16:43:41 -0600 |
commit | 1558e7dbbf3a37766f09616c53168c090a7d617e (patch) | |
tree | 27986309da6de549676c1ff7dfbb49821f7847fa | |
parent | 38c3e0d0165f575203ec72fa1569d2e4791c2827 (diff) | |
download | toybox-1558e7dbbf3a37766f09616c53168c090a7d617e.tar.gz |
Promote mcookie
-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] |