diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-03-05 06:47:25 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-03-05 06:47:25 +0000 |
commit | 95ed8d9f35cba9dfab80f824f23602336c8f5917 (patch) | |
tree | 6d791a0520e8196878a4ab7dce6d3fe86883057c /coreutils/Config.in | |
parent | d2b860fecb7353a8f809e1841c299160f4c6c6b9 (diff) |
Close bracket in description from Peter Willis's eject applet
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index fb6366c9f..900908a9e 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -144,7 +144,7 @@ config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K Use a blocksize of (1K) instead of the default 512b. config CONFIG_ECHO - bool "echo (basic SUSv3 version taking no options" + bool "echo (basic SUSv3 version taking no options)" default n help echo is used to print a specified string to stdout. |