From 07db8b45253241a7dd93d3983d62aea0318f00cb Mon Sep 17 00:00:00 2001 From: bug1 Date: Fri, 23 Jul 2004 03:33:38 +0000 Subject: iUpdate reboot usage, patch by Felipe Kellermann git-svn-id: svn://busybox.net/trunk/busybox@9007 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/usage.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index d37b3e137..fecb945cd 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1971,9 +1971,11 @@ "Returns the absolute pathnames of given argument." #define reboot_trivial_usage \ - "" + "[-d]" #define reboot_full_usage \ - "Reboot the system." + "Reboot the system.\n" \ + "Options:\n" \ + "\t-d\t\tdelay interval for rebooting.\n" #define renice_trivial_usage \ "priority pid [pid ...]" -- cgit v1.2.3-55-g6feb