From c0dd26f68d3b7956beed6f32088f73356fe2aa16 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 23 Jul 2004 06:06:21 +0000 Subject: Patch from Felipe Kellermann, fixup usage for pidof, poweroff, remove some trailing '\n' --- include/usage.h | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 078fa9919..5a351df44 100644 --- a/include/usage.h +++ b/include/usage.h @@ -828,11 +828,11 @@ "-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n" #define halt_trivial_usage \ - "[-d" + "[-d]" #define halt_full_usage \ "Halt the system.\n" \ "Options:\n" \ - "\t-d\t\tdelay interval for halting.\n" + "\t-d\t\tdelay interval for halting." #ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY #define USAGE_HDPARM_IDENT(a) a @@ -1840,10 +1840,12 @@ "$ patch -p1 ]" #define poweroff_full_usage \ - "Halt the system and request that the kernel shut off the power." + "Halt the system and request that the kernel shut off the power.\n" \ + "Options:\n" \ + "\t-d\t\tdelay interval for shutting off." #define printf_trivial_usage \ "FORMAT [ARGUMENT...]" @@ -1977,7 +1981,7 @@ #define reboot_full_usage \ "Reboot the system.\n" \ "Options:\n" \ - "\t-d\t\tdelay interval for rebooting.\n" + "\t-d\t\tdelay interval for rebooting." #define renice_trivial_usage \ "priority pid [pid ...]" -- cgit v1.2.3