diff options
Diffstat (limited to 'package/ed/Config.in')
-rw-r--r-- | package/ed/Config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/ed/Config.in b/package/ed/Config.in index 533155617..d14343fdf 100644 --- a/package/ed/Config.in +++ b/package/ed/Config.in @@ -1,8 +1,9 @@ -# - config BR2_PACKAGE_ED - bool"ed" + bool "ed" default n help - Add help text here. + A line-oriented text editor. Used to create, display, modify, + and otherwise manipulate text files. Often used in scripts + rather than invoked directly. + http://www.gnu.org/software/ed/ |