aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 123462a02..1e327fb97 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3512,6 +3512,11 @@
3512 "\n -g Process group id(s)" \ 3512 "\n -g Process group id(s)" \
3513 "\n -u Process user name(s) and/or id(s)" \ 3513 "\n -u Process user name(s) and/or id(s)" \
3514 3514
3515#define scriptreplay_trivial_usage \
3516 "timingfile [typescript [divisor]]"
3517#define scriptreplay_full_usage "\n\n" \
3518 "Play back typescripts, using timing information"
3519
3515#define reset_trivial_usage \ 3520#define reset_trivial_usage \
3516 "" 3521 ""
3517#define reset_full_usage "\n\n" \ 3522#define reset_full_usage "\n\n" \
@@ -3706,13 +3711,16 @@
3706 "$ rx /tmp/foo\n" 3711 "$ rx /tmp/foo\n"
3707 3712
3708#define script_trivial_usage \ 3713#define script_trivial_usage \
3709 "[-afq] [-c COMMAND] [OUTFILE]" 3714 "[-afq" IF_SCRIPTREPLAY("t") "] [-c COMMAND] [OUTFILE]"
3710#define script_full_usage "\n\n" \ 3715#define script_full_usage "\n\n" \
3711 "Options:" \ 3716 "Options:" \
3712 "\n -a Append output" \ 3717 "\n -a Append output" \
3713 "\n -c Run COMMAND, not shell" \ 3718 "\n -c Run COMMAND, not shell" \
3714 "\n -f Flush output after each write" \ 3719 "\n -f Flush output after each write" \
3715 "\n -q Quiet" \ 3720 "\n -q Quiet" \
3721 IF_SCRIPTREPLAY( \
3722 "\n -t Send timing to stderr" \
3723 )
3716 3724
3717#define sed_trivial_usage \ 3725#define sed_trivial_usage \
3718 "[-efinr] pattern [files...]" 3726 "[-efinr] pattern [files...]"