diff options
-rw-r--r-- | toys/example/hostid.c (renamed from toys/other/hostid.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/hostid.c b/toys/example/hostid.c index 883ac3ca..feef61bf 100644 --- a/toys/other/hostid.c +++ b/toys/example/hostid.c @@ -8,7 +8,7 @@ USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN)) config HOSTID bool "hostid" - default y + default n help usage: hostid |