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
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 /miscutils
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 'miscutils')
-rw-r--r--miscutils/ts.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/miscutils/ts.c b/miscutils/ts.c
index 6e5d77bda..c7e477cc5 100644
--- a/miscutils/ts.c
+++ b/miscutils/ts.c
@@ -13,7 +13,10 @@
//usage:#define ts_trivial_usage
//usage: "[-is] [STRFTIME]"
-//usage:#define ts_full_usage ""
+//usage:#define ts_full_usage "\n\n"
+//usage: "Pipe stdin to stdout, add timestamp to each line\n"
+//usage: "\n -s Time since start"
+//usage: "\n -i Time since previous line"
#include "libbb.h"
#include "common_bufsiz.h"