diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-01-24 19:46:45 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-01-24 19:46:45 +0100 |
commit | 86031a5ffd106b8128f5763d32c273b96875f707 (patch) | |
tree | a1d310cac3b1727f22004f6b30a600c5498252cb /procps/pwdx.c | |
parent | 9de69c024c7c47f3f8733dbc7c9522966fcd73a9 (diff) | |
download | busybox-w32-86031a5ffd106b8128f5763d32c273b96875f707.tar.gz busybox-w32-86031a5ffd106b8128f5763d32c273b96875f707.tar.bz2 busybox-w32-86031a5ffd106b8128f5763d32c273b96875f707.zip |
trim extra newlines in help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/pwdx.c')
-rw-r--r-- | procps/pwdx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pwdx.c b/procps/pwdx.c index 781810488..22b892275 100644 --- a/procps/pwdx.c +++ b/procps/pwdx.c | |||
@@ -21,7 +21,7 @@ | |||
21 | //usage:#define pwdx_trivial_usage | 21 | //usage:#define pwdx_trivial_usage |
22 | //usage: "PID..." | 22 | //usage: "PID..." |
23 | //usage:#define pwdx_full_usage "\n\n" | 23 | //usage:#define pwdx_full_usage "\n\n" |
24 | //usage: "Show current directory for PIDs\n" | 24 | //usage: "Show current directory for PIDs" |
25 | 25 | ||
26 | #include "libbb.h" | 26 | #include "libbb.h" |
27 | 27 | ||