aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-16 09:10:04 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-16 09:10:04 +0000
commit54cf79dd4a5fb8091181129e2b13b382e49744a3 (patch)
treea43358d389b2e594341e993c7a86d44369244423 /include/usage.h
parent153698e364ef609d40053a7465b0485428e4ff71 (diff)
downloadbusybox-w32-54cf79dd4a5fb8091181129e2b13b382e49744a3.tar.gz
busybox-w32-54cf79dd4a5fb8091181129e2b13b382e49744a3.tar.bz2
busybox-w32-54cf79dd4a5fb8091181129e2b13b382e49744a3.zip
Watch applet by Michael Habermann
git-svn-id: svn://busybox.net/trunk/busybox@5513 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 968823e54..1cdaa6681 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2076,6 +2076,18 @@
2076 "Options:\n" \ 2076 "Options:\n" \
2077 "\t-a\tLock all VTs" 2077 "\t-a\tLock all VTs"
2078 2078
2079#define watch_trivial_usage \
2080 "[-n <seconds>] COMMAND..."
2081#define watch_full_usage \
2082 "Executes a program periodically.\n" \
2083 "Options:\n" \
2084 "\t-n\tLoop period in seconds - default is 2."
2085#define watch_example_usage \
2086 "$ watch date\n" \
2087 "Mon Dec 17 10:31:40 GMT 2000\n" \
2088 "Mon Dec 17 10:31:42 GMT 2000\n" \
2089 "Mon Dec 17 10:31:44 GMT 2000"
2090
2079#define watchdog_trivial_usage \ 2091#define watchdog_trivial_usage \
2080 "DEV" 2092 "DEV"
2081#define watchdog_full_usage \ 2093#define watchdog_full_usage \