aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-04 17:45:18 -0500
committerRob Landley <rob@landley.net>2006-11-04 17:45:18 -0500
commitf2311a42a0751e7c039981857fcf60b40f36b475 (patch)
treef2e47d4eb3511cb6c64924e542d509751ccc5035 /toys/Config.in
parent0a04b3ef850cd3d6f06b3c8d0036993adc9ba7b2 (diff)
downloadtoybox-f2311a42a0751e7c039981857fcf60b40f36b475.tar.gz
Add pwd. Consolidate toy list information under toylist.h.
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in
index 89481bde..2120636c 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -34,6 +34,14 @@ config HELLO
help
A hello world program. You don't need this.
+config PWD
+ bool "pwd"
+ default n
+ help
+ usage: pwd
+
+ The print working directory command prints the current directory.
+
config TOYSH
bool "sh (toysh)"
default n