diff options
author | Vladimir Dronnikov | 2009-10-04 01:34:54 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-10-04 01:34:54 +0200 |
commit | b618dba10345db75b6dc6ba2c9a7218e97044934 (patch) | |
tree | b74abb345840e6c6fc9f3eec08ee934780b8e5d4 /include/usage.h | |
parent | 76622dbd1666ca3e0e45e97d880836296ecb0dad (diff) | |
download | busybox-b618dba10345db75b6dc6ba2c9a7218e97044934.zip busybox-b618dba10345db75b6dc6ba2c9a7218e97044934.tar.gz |
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/usage.h')
-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 42d8b9b..9b9a56f 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3814,6 +3814,7 @@ "\n -t Read additional recipients from message body" \ "\n -f sender Sender (required)" \ "\n -o options Various options. -oi implied, others are ignored" \ + "\n -i -oi synonym. implied and ignored" \ "\n" \ "\nBusybox specific options:" \ "\n -w seconds Network timeout" \ |