aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-07-23 03:33:38 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-07-23 03:33:38 +0000
commit07db8b45253241a7dd93d3983d62aea0318f00cb (patch)
treeae6def987d576a3edcc62a4eef76756034797c7b /include
parent529301d68abff68125a32d1595fc53077b820618 (diff)
downloadbusybox-w32-07db8b45253241a7dd93d3983d62aea0318f00cb.tar.gz
busybox-w32-07db8b45253241a7dd93d3983d62aea0318f00cb.tar.bz2
busybox-w32-07db8b45253241a7dd93d3983d62aea0318f00cb.zip
iUpdate reboot usage, patch by Felipe Kellermann
git-svn-id: svn://busybox.net/trunk/busybox@9007 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/usage.h6
1 files changed, 4 insertions, 2 deletions
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 @@
1971 "Returns the absolute pathnames of given argument." 1971 "Returns the absolute pathnames of given argument."
1972 1972
1973#define reboot_trivial_usage \ 1973#define reboot_trivial_usage \
1974 "" 1974 "[-d<delay>]"
1975#define reboot_full_usage \ 1975#define reboot_full_usage \
1976 "Reboot the system." 1976 "Reboot the system.\n" \
1977 "Options:\n" \
1978 "\t-d\t\tdelay interval for rebooting.\n"
1977 1979
1978#define renice_trivial_usage \ 1980#define renice_trivial_usage \
1979 "priority pid [pid ...]" 1981 "priority pid [pid ...]"