aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-12 12:59:56 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-12 12:59:56 +0000
commit2598f761bb526afd8ec0de06071fcd6f1a897cd5 (patch)
tree563c08c1abfbab669dcacf51e76a6e5221fb192d /include
parent1ad4db1d8e47b8835f19ad8fe44475db51cf01f9 (diff)
downloadbusybox-2598f761bb526afd8ec0de06071fcd6f1a897cd5.tar.gz
- add seq -w support (Natanael Copa)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 71f221828..4360edba6 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3594,11 +3594,12 @@
"\nOther options are silently ignored; -oi is implied" \
#define seq_trivial_usage \
- "[first [increment]] last"
+ "[-w] [first [increment]] last"
#define seq_full_usage "\n\n" \
"Print numbers from FIRST to LAST, in steps of INCREMENT.\n" \
"FIRST, INCREMENT default to 1\n" \
"\nArguments:" \
+ "\n -w Pad to last with leading zeros" \
"\n LAST" \
"\n FIRST LAST" \
"\n FIRST INCREMENT LAST" \