*: more --help tweaks, mostly expanding ts --help

function                                             old     new   delta
packed_usage                                       33554   33596     +42

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2021-06-13 03:12:09 +02:00
parent 6b6826f0b8
commit 1849285a20
8 changed files with 18 additions and 15 deletions

View File

@@ -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)"