aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-01-10 14:34:15 -0600
committerRob Landley <rob@landley.net>2008-01-10 14:34:15 -0600
commit6a9e5b4654e76585e38c6c6002eccba9b4b1b310 (patch)
treeec7422e6973812bd09f1b781197330f5c9c7c326 /toys/Config.in
parentbd9155198f000037ec5b9d1e4ef26eae80bbb202 (diff)
downloadtoybox-6a9e5b4654e76585e38c6c6002eccba9b4b1b310.tar.gz
Very early stub of sed, does nothing yet.
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in
index 4fabd6ef..f1083233 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -330,6 +330,15 @@ config READLINK_F
-f Show full cannonical path, with no symlinks in it. Returns
nonzero if nothing could currently exist at this location.
+config SED
+ bool "sed"
+ default n
+ help
+ usage: sed [-irn] {command | [-e command]...} [FILE...]
+
+ Stream EDitor, transforms text by appling commands to each line
+ of input.
+
config SHA1SUM
bool "sha1sum"
default y