diff options
-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 |