Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-06-13 04:12:09 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-13 04:12:09 +0300
commit1849285a2098b503b829038f00f25abc52dbea6b (patch)
treecd39fc71e17c465b81174b83d64cd05eee2edad3 /runit
parent6b6826f0b87b13c5e83786f045b90d703507464e (diff)
*: 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>
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
//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)"