diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-11 23:29:45 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-11 23:29:45 +0200 |
commit | ae357bd7138a179a1433b7d6e1aca48cc6438966 (patch) | |
tree | 3fec254b84c9b0b73108f69e270fa7315f8487dc /include | |
parent | 00528822004e5763c669e58191f10c5202f679b5 (diff) | |
download | busybox-w32-ae357bd7138a179a1433b7d6e1aca48cc6438966.tar.gz busybox-w32-ae357bd7138a179a1433b7d6e1aca48cc6438966.tar.bz2 busybox-w32-ae357bd7138a179a1433b7d6e1aca48cc6438966.zip |
top, ps: do not output trailing spaces
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 907eb78f4..6f9d155c3 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1338,7 +1338,7 @@ | |||
1338 | #define ftpd_trivial_usage \ | 1338 | #define ftpd_trivial_usage \ |
1339 | "[-wvS] [-t N] [-T N] [DIR]" | 1339 | "[-wvS] [-t N] [-T N] [DIR]" |
1340 | #define ftpd_full_usage "\n\n" \ | 1340 | #define ftpd_full_usage "\n\n" \ |
1341 | "FTP server\n" \ | 1341 | "Anonymous FTP server\n" \ |
1342 | "\n" \ | 1342 | "\n" \ |
1343 | "ftpd should be used as an inetd service.\n" \ | 1343 | "ftpd should be used as an inetd service.\n" \ |
1344 | "ftpd's line for inetd.conf:\n" \ | 1344 | "ftpd's line for inetd.conf:\n" \ |