mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Add FreeBSD-only options to the getopt string
PR: 21544 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
This commit is contained in:
parent
a3fef8df1c
commit
3d1a10799a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66949
@ -308,7 +308,7 @@ main(argc, argv)
|
||||
# endif /* LOG_MAIL */
|
||||
|
||||
from = NULL;
|
||||
while ((ch = getopt(argc, argv, "7bdf:r:l")) != -1)
|
||||
while ((ch = getopt(argc, argv, "7Bbdf:r:ls")) != -1)
|
||||
{
|
||||
switch(ch)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user