aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 4360edba6..f9b6aca1b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3594,12 +3594,13 @@
3594 "\nOther options are silently ignored; -oi is implied" \ 3594 "\nOther options are silently ignored; -oi is implied" \
3595 3595
3596#define seq_trivial_usage \ 3596#define seq_trivial_usage \
3597 "[-w] [first [increment]] last" 3597 "[-w] [-s separator] [first [increment]] last"
3598#define seq_full_usage "\n\n" \ 3598#define seq_full_usage "\n\n" \
3599 "Print numbers from FIRST to LAST, in steps of INCREMENT.\n" \ 3599 "Print numbers from FIRST to LAST, in steps of INCREMENT.\n" \
3600 "FIRST, INCREMENT default to 1\n" \ 3600 "FIRST, INCREMENT default to 1\n" \
3601 "\nArguments:" \ 3601 "\nArguments:" \
3602 "\n -w Pad to last with leading zeros" \ 3602 "\n -w Pad to last with leading zeros" \
3603 "\n -s <string> Use string separator" \
3603 "\n LAST" \ 3604 "\n LAST" \
3604 "\n FIRST LAST" \ 3605 "\n FIRST LAST" \
3605 "\n FIRST INCREMENT LAST" \ 3606 "\n FIRST INCREMENT LAST" \