File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // CLOG v0.6.5 - Caddy Log Viewer
1+ // CLOG v0.6.6 - Caddy Log Viewer
22// Source Repository: https://github.com/hellotimking/clog
33
44package main
@@ -257,7 +257,7 @@ func main() {
257257 var f , host string
258258
259259 flag .Usage = func () {
260- fmt .Fprintf (os .Stderr , "\033 [1mCLOG v0.6.5 - High-Visibility Caddy Logs\033 [0m\n " )
260+ fmt .Fprintf (os .Stderr , "\033 [1mCLOG v0.6.6 - High-Visibility Caddy Logs\033 [0m\n " )
261261 fmt .Fprintf (os .Stderr , "Usage: clog [options] <logfile>\n \n Options:\n " )
262262 fmt .Fprintf (os .Stderr , " -l, --lines number of previous lines to show\n " )
263263 fmt .Fprintf (os .Stderr , " -h, --host only show logs for this domain or IP\n " )
@@ -273,7 +273,7 @@ func main() {
273273 fmt .Fprintf (os .Stderr , " --help show this help menu\n \n " )
274274 }
275275
276- // CLOG v0.6.5 - Caddy Log Viewer
276+ // CLOG v0.6.6 - Caddy Log Viewer
277277// Source Repository: https://github.com/hellotimking/clog
278278
279279 flag .IntVar (& lCount , "l" , 0 , "" )
You can’t perform that action at this time.
0 commit comments