diff options
Diffstat (limited to 'runit/svlogd.c')
-rw-r--r-- | runit/svlogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c index e16043e44..467845122 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c | |||
@@ -759,7 +759,7 @@ int svlogd_main(int argc, char **argv) | |||
759 | #define line bb_common_bufsiz1 | 759 | #define line bb_common_bufsiz1 |
760 | 760 | ||
761 | opt_complementary = "tt:vv"; | 761 | opt_complementary = "tt:vv"; |
762 | opt = getopt32(argc, argv, "r:R:l:b:tv", | 762 | opt = getopt32(argv, "r:R:l:b:tv", |
763 | &r, &replace, &l, &b, ×tamp, &verbose); | 763 | &r, &replace, &l, &b, ×tamp, &verbose); |
764 | if (opt & 1) { // -r | 764 | if (opt & 1) { // -r |
765 | repl = r[0]; | 765 | repl = r[0]; |