Browse Source

nuke: default to N

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko 3 years ago
parent
commit
8b085d60bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      klibc-utils/nuke.c

+ 1 - 1
klibc-utils/nuke.c

@@ -5,7 +5,7 @@
  */
 //config:config NUKE
 //config:	bool "nuke (2.9 kb)"
-//config:	default y
+//config:	default n  # off by default: too "accidentally destructive"
 //config:	help
 //config:	Alias to "rm -rf".