From 1849285a2098b503b829038f00f25abc52dbea6b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Jun 2021 03:12:09 +0200 Subject: *: more --help tweaks, mostly expanding ts --help function old new delta packed_usage 33554 33596 +42 Signed-off-by: Denys Vlasenko --- runit/svlogd.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'runit') 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 //usage:#define svlogd_full_usage "\n\n" //usage: "Read log data from stdin and write to rotated log files in DIRs" //usage: "\n" -//usage: "\n""-r C Replace non-printable characters with C" -//usage: "\n""-R CHARS Also replace CHARS with C (default _)" -//usage: "\n""-t Timestamp with @tai64n" -//usage: "\n""-tt Timestamp with yyyy-mm-dd_hh:mm:ss.sssss" -//usage: "\n""-ttt Timestamp with yyyy-mm-ddThh:mm:ss.sssss" -//usage: "\n""-v Verbose" +//usage: "\n"" -r C Replace non-printable characters with C" +//usage: "\n"" -R CHARS Also replace CHARS with C (default _)" +//usage: "\n"" -t Timestamp with @tai64n" +//usage: "\n"" -tt Timestamp with yyyy-mm-dd_hh:mm:ss.sssss" +//usage: "\n"" -ttt Timestamp with yyyy-mm-ddThh:mm:ss.sssss" +//usage: "\n"" -v Verbose" //usage: "\n" //usage: "\n""DIR/config file modifies behavior:" //usage: "\n""sSIZE - when to rotate logs (default 1000000, 0 disables)" -- cgit v1.2.1