diff options
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 | ||