aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-04-04 14:35:36 +0000
committerEric Andersen <andersen@codepoet.org>2003-04-04 14:35:36 +0000
commit4762a481667b25876323650b2030dda4892c5329 (patch)
treeefeaf860639c5225fae95bc83f91ddc3b8127b06
parent0c236a09edf4491f1edb08b97503fce7b922fef5 (diff)
downloadbusybox-w32-4762a481667b25876323650b2030dda4892c5329.tar.gz
busybox-w32-4762a481667b25876323650b2030dda4892c5329.tar.bz2
busybox-w32-4762a481667b25876323650b2030dda4892c5329.zip
Test that cvs commit messages are working properly
-Erik
-rw-r--r--coreutils/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 9f5c379a3..eb8b8c91e 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -9,7 +9,9 @@ config CONFIG_BASENAME
9 bool "basename" 9 bool "basename"
10 default n 10 default n
11 help 11 help
12 Please submit a patch to add help text for this item. 12 basename is used to strip the directory and suffix from filenames,
13 leaving just the filename itself. Enable this option if you wish
14 to enable the 'basename' utility.
13 15
14config CONFIG_CAL 16config CONFIG_CAL
15 bool "cal" 17 bool "cal"