Skip to content

Commit 361da8d

Browse files
committed
Fix usage
1 parent 328abf5 commit 361da8d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cmd/tf/main.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ import (
1414

1515
var usageFormat string = `usage: %s <options> [file1 [file2 [...]]]
1616
17-
GOlang Time Formatter
17+
Time Formatter
1818
19-
Reads text files, converting epoch times to human readable, outputting to stdout.
19+
Scans for epoch times in input and outputs them
20+
as human readable strings to stdout.
2021
2122
10-digits are interpreted as seconds, 13 as milliseconds,
2223
16 as microseconds, and 19 as nanoseconds.
2324
2425
If no filenames or only '-' is passed, stdin is processed.
2526
26-
example:
27-
echo 1637421447 | tf
28-
29-
tf -g log.txt | head
27+
examples:
28+
$ echo 1637421447 | tf
29+
$ tf -g log.txt | head
3030
3131
`
3232

0 commit comments

Comments
 (0)