aboutsummaryrefslogtreecommitdiff
path: root/runit/svlogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'runit/svlogd.c')
-rw-r--r--runit/svlogd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c
index 831873d86..739483356 100644
--- a/runit/svlogd.c
+++ b/runit/svlogd.c
@@ -1037,9 +1037,10 @@ int svlogd_main(int argc, char **argv)
1037 1037
1038 INIT_G(); 1038 INIT_G();
1039 1039
1040 opt_complementary = "tt:vv"; 1040 opt = getopt32(argv, "^"
1041 opt = getopt32(argv, "r:R:l:b:tv", 1041 "r:R:l:b:tv" "\0" "tt:vv",
1042 &r, &replace, &l, &b, &timestamp, &verbose); 1042 &r, &replace, &l, &b, &timestamp, &verbose
1043 );
1043 if (opt & 1) { // -r 1044 if (opt & 1) { // -r
1044 repl = r[0]; 1045 repl = r[0];
1045 if (!repl || r[1]) 1046 if (!repl || r[1])