We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328abf5 commit 361da8dCopy full SHA for 361da8d
cmd/tf/main.go
@@ -14,19 +14,19 @@ import (
14
15
var usageFormat string = `usage: %s <options> [file1 [file2 [...]]]
16
17
-GOlang Time Formatter
+Time Formatter
18
19
-Reads text files, converting epoch times to human readable, outputting to stdout.
+Scans for epoch times in input and outputs them
20
+as human readable strings to stdout.
21
22
10-digits are interpreted as seconds, 13 as milliseconds,
23
16 as microseconds, and 19 as nanoseconds.
24
25
If no filenames or only '-' is passed, stdin is processed.
26
-example:
27
-echo 1637421447 | tf
28
-
29
-tf -g log.txt | head
+examples:
+$ echo 1637421447 | tf
+$ tf -g log.txt | head
30
31
`
32
0 commit comments