diff options
-rw-r--r-- | toys/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/hello.c b/toys/hello.c index e5d78f6a..87c30ae2 100644 --- a/toys/hello.c +++ b/toys/hello.c @@ -11,7 +11,7 @@ USE_HELLO(NEWTOY(hello, "e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN)) config HELLO bool "hello" - default y + default n help A hello world program. You don't need this. |