aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
Diffstat (limited to 'runit')
-rw-r--r--runit/svlogd.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c
index 02c305696..f7576f0fa 100644
--- a/runit/svlogd.c
+++ b/runit/svlogd.c
@@ -140,12 +140,12 @@ log message, you can use a pattern like this instead
140//usage:#define svlogd_full_usage "\n\n" 140//usage:#define svlogd_full_usage "\n\n"
141//usage: "Read log data from stdin and write to rotated log files in DIRs" 141//usage: "Read log data from stdin and write to rotated log files in DIRs"
142//usage: "\n" 142//usage: "\n"
143//usage: "\n""-r C Replace non-printable characters with C" 143//usage: "\n"" -r C Replace non-printable characters with C"
144//usage: "\n""-R CHARS Also replace CHARS with C (default _)" 144//usage: "\n"" -R CHARS Also replace CHARS with C (default _)"
145//usage: "\n""-t Timestamp with @tai64n" 145//usage: "\n"" -t Timestamp with @tai64n"
146//usage: "\n""-tt Timestamp with yyyy-mm-dd_hh:mm:ss.sssss" 146//usage: "\n"" -tt Timestamp with yyyy-mm-dd_hh:mm:ss.sssss"
147//usage: "\n""-ttt Timestamp with yyyy-mm-ddThh:mm:ss.sssss" 147//usage: "\n"" -ttt Timestamp with yyyy-mm-ddThh:mm:ss.sssss"
148//usage: "\n""-v Verbose" 148//usage: "\n"" -v Verbose"
149//usage: "\n" 149//usage: "\n"
150//usage: "\n""DIR/config file modifies behavior:" 150//usage: "\n""DIR/config file modifies behavior:"
151//usage: "\n""sSIZE - when to rotate logs (default 1000000, 0 disables)" 151//usage: "\n""sSIZE - when to rotate logs (default 1000000, 0 disables)"