diff options
author | Rob Landley <rob@landley.net> | 2018-05-03 19:09:05 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-05-03 19:09:05 -0500 |
commit | 828fc9c8be7e68a901e4fe79504a67cb6c9c33e8 (patch) | |
tree | 0f3549766c074214c243d254579f4b5f428b3622 | |
parent | ec66213424e671c70d1d8dd3675b85ae24d10e5f (diff) | |
download | toybox-828fc9c8be7e68a901e4fe79504a67cb6c9c33e8.tar.gz |
Promote uuidgen.
-rw-r--r-- | toys/other/uuidgen.c (renamed from toys/pending/uuidgen.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/uuidgen.c b/toys/other/uuidgen.c index 682dec4c..4cfebe99 100644 --- a/toys/pending/uuidgen.c +++ b/toys/other/uuidgen.c @@ -8,7 +8,7 @@ USE_UUIDGEN(NEWTOY(uuidgen, ">0r(random)", TOYFLAG_USR|TOYFLAG_BIN)) config UUIDGEN bool "uuidgen" - default n + default y help usage: uuidgen |