aboutsummaryrefslogtreecommitdiff
path: root/procps/powertop.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-01-24 19:46:45 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2015-01-24 19:46:45 +0100
commit86031a5ffd106b8128f5763d32c273b96875f707 (patch)
treea1d310cac3b1727f22004f6b30a600c5498252cb /procps/powertop.c
parent9de69c024c7c47f3f8733dbc7c9522966fcd73a9 (diff)
downloadbusybox-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/powertop.c')
-rw-r--r--procps/powertop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/powertop.c b/procps/powertop.c
index e3c29d1c3..ddda5bd93 100644
--- a/procps/powertop.c
+++ b/procps/powertop.c
@@ -674,7 +674,7 @@ static void show_timerstats(void)
674//usage:#define powertop_trivial_usage 674//usage:#define powertop_trivial_usage
675//usage: "" 675//usage: ""
676//usage:#define powertop_full_usage "\n\n" 676//usage:#define powertop_full_usage "\n\n"
677//usage: "Analyze power consumption on Intel-based laptops\n" 677//usage: "Analyze power consumption on Intel-based laptops"
678 678
679int powertop_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 679int powertop_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
680int powertop_main(int UNUSED_PARAM argc, char UNUSED_PARAM **argv) 680int powertop_main(int UNUSED_PARAM argc, char UNUSED_PARAM **argv)