mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Add missing 'S' to the getopt string.
This commit is contained in:
parent
cb3b9b1fed
commit
bb692cdb32
1 changed files with 1 additions and 1 deletions
|
|
@ -631,7 +631,7 @@ extern int syslogd_main(int argc, char **argv)
|
|||
char *p;
|
||||
|
||||
/* do normal option parsing */
|
||||
while ((opt = getopt(argc, argv, "m:nO:s:b:R:LC::")) > 0) {
|
||||
while ((opt = getopt(argc, argv, "m:nO:s:Sb:R:LC::")) > 0) {
|
||||
switch (opt) {
|
||||
case 'm':
|
||||
MarkInterval = atoi(optarg) * 60;
|
||||
|
|
|
|||
Loading…
Reference in a new issue