aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-05-20 12:20:48 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-05-20 12:20:48 +0200
commite18255d1dadc9686daa328fa121423b47d2f6af4 (patch)
treeabea08a2f62c5fa9322086d5b0151b602636da2b /include/usage.h
parente424423a7b164e0c343c180a944844fd27ccbe97 (diff)
parent38478a600f52eb8f00d260a2f99d8430b9aba1e8 (diff)
downloadbusybox-w32-e18255d1dadc9686daa328fa121423b47d2f6af4.tar.gz
busybox-w32-e18255d1dadc9686daa328fa121423b47d2f6af4.tar.bz2
busybox-w32-e18255d1dadc9686daa328fa121423b47d2f6af4.zip
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
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...]"