From 86031a5ffd106b8128f5763d32c273b96875f707 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 24 Jan 2015 19:46:45 +0100 Subject: trim extra newlines in help texts Signed-off-by: Denys Vlasenko --- procps/powertop.c | 2 +- procps/pwdx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'procps') diff --git a/procps/powertop.c b/procps/powertop.c index e3c29d1..ddda5bd 100644 --- a/procps/powertop.c +++ b/procps/powertop.c @@ -674,7 +674,7 @@ static void show_timerstats(void) //usage:#define powertop_trivial_usage //usage: "" //usage:#define powertop_full_usage "\n\n" -//usage: "Analyze power consumption on Intel-based laptops\n" +//usage: "Analyze power consumption on Intel-based laptops" int powertop_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int powertop_main(int UNUSED_PARAM argc, char UNUSED_PARAM **argv) diff --git a/procps/pwdx.c b/procps/pwdx.c index 7818104..22b8922 100644 --- a/procps/pwdx.c +++ b/procps/pwdx.c @@ -21,7 +21,7 @@ //usage:#define pwdx_trivial_usage //usage: "PID..." //usage:#define pwdx_full_usage "\n\n" -//usage: "Show current directory for PIDs\n" +//usage: "Show current directory for PIDs" #include "libbb.h" -- cgit v1.1