aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-01-27 09:22:20 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-01-27 09:22:20 +0000
commit82364bb59100c690a5cdee308da990577b91fe5a (patch)
treeacfa8a340753648fd0a1d3b40c26bc074b8186c1 /include/usage.h
parent43112b4b65d60803a1511538a24930574be2f994 (diff)
downloadbusybox-82364bb59100c690a5cdee308da990577b91fe5a.tar.gz
New applet, seq. No options, just the basics.
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index f4897e4c0..bc6655e38 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2094,6 +2094,16 @@
"$ echo "foo" | sed -e 's/f[a-zA-Z]o/bar/g'\n" \
"bar\n"
+#define seq_trivial_usage \
+ "[first [increment]] last"
+#define seq_full_usage \
+ "Print numbers from FIRST to LAST, in steps of INCREMENT.\n" \
+ "FIRST, INCREMENT default to 1\n" \
+ "Arguments:\n" \
+ "\tLAST\n" \
+ "\tFIRST\tLAST\n" \
+ "\tFIRST\tINCREMENT\tLAST\n"
+
#define setkeycodes_trivial_usage \
"SCANCODE KEYCODE ..."
#define setkeycodes_full_usage \