diff options
author | Vladimir Dronnikov <dronnikov@gmail.com> | 2009-10-04 01:34:54 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-04 01:34:54 +0200 |
commit | b618dba10345db75b6dc6ba2c9a7218e97044934 (patch) | |
tree | b74abb345840e6c6fc9f3eec08ee934780b8e5d4 /include | |
parent | 76622dbd1666ca3e0e45e97d880836296ecb0dad (diff) | |
download | busybox-w32-b618dba10345db75b6dc6ba2c9a7218e97044934.tar.gz busybox-w32-b618dba10345db75b6dc6ba2c9a7218e97044934.tar.bz2 busybox-w32-b618dba10345db75b6dc6ba2c9a7218e97044934.zip |
sendmail: accept -i too, not only -oi
Signed-off-by: Vladimir Dronnikov <dronnikov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 42d8b9bcd..9b9a56f95 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3814,6 +3814,7 @@ | |||
3814 | "\n -t Read additional recipients from message body" \ | 3814 | "\n -t Read additional recipients from message body" \ |
3815 | "\n -f sender Sender (required)" \ | 3815 | "\n -f sender Sender (required)" \ |
3816 | "\n -o options Various options. -oi implied, others are ignored" \ | 3816 | "\n -o options Various options. -oi implied, others are ignored" \ |
3817 | "\n -i -oi synonym. implied and ignored" \ | ||
3817 | "\n" \ | 3818 | "\n" \ |
3818 | "\nBusybox specific options:" \ | 3819 | "\nBusybox specific options:" \ |
3819 | "\n -w seconds Network timeout" \ | 3820 | "\n -w seconds Network timeout" \ |