From 8324b89598b2aee0957a0378f0f63ff5755498be Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 19 Nov 2006 02:49:22 -0500 Subject: New option parsing infrastructure (doesn't use getopt). Hook it up to existing applets. Still a bit buggy, but bits of it work. --- toys/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/Config.in') diff --git a/toys/Config.in b/toys/Config.in index 2120636c..77e59e4d 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -161,7 +161,7 @@ config TOYSH_BUILTINS unset, read, alias. config WHICH - bool "Which" + bool "which" default n help usage: which [-a] filename ... -- cgit v1.2.3