diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-29 01:20:13 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-29 01:20:13 +0000 |
commit | 40fdcbb2700a2fe54b184aa9fdf4ed55d23df081 (patch) | |
tree | 18746a0238b61c31b4c2e33c75e2371bec8ebabe | |
parent | 9504e444b8c6269838b0035f95454db935fa68dd (diff) | |
download | busybox-w32-40fdcbb2700a2fe54b184aa9fdf4ed55d23df081.tar.gz busybox-w32-40fdcbb2700a2fe54b184aa9fdf4ed55d23df081.tar.bz2 busybox-w32-40fdcbb2700a2fe54b184aa9fdf4ed55d23df081.zip |
more whitespace fixes
-rw-r--r-- | loginutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 9aa0abb2a..bb1369cdd 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -236,7 +236,7 @@ config CHPASSWD | |||
236 | bool "chpasswd" | 236 | bool "chpasswd" |
237 | default n | 237 | default n |
238 | help | 238 | help |
239 | chpasswd reads a file of user name and password pairs from | 239 | chpasswd reads a file of user name and password pairs from |
240 | standard input and uses this information to update a group of | 240 | standard input and uses this information to update a group of |
241 | existing users. | 241 | existing users. |
242 | 242 | ||