Skip to content

Commit

Permalink
removing experimental from tailing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcquillan committed Dec 15, 2017
1 parent 3730cc8 commit 0f28134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FILTER OPTIONS:
-s --starttime Start Time for the Event Logs [default: 10 min before now]
-e --endtime End Time for the Event Logs [default: now]
-n --number Number of Log Events to show
-t --tail Active tailing of Event Logs (experimental)
-t --tail Active tailing of Event Logs
DISPLAY OPTIONS:
--tz Convert Event Log display to local time
Expand Down Expand Up @@ -78,7 +78,7 @@ ENVIRONMENT VARIABLES:
LAWSG_START_TIME Start Time for the Event Logs [default: 10 min before now]
LAWSG_END_TIME End Time for the Event Logs [default: now]
LAWSG_NUMBER Number of Log Events to show
LAWSG_TAIL Active tailing of Event Logs (experimental)
LAWSG_TAIL Active tailing of Event Logs
LAWSG_TIMEZONE Convert Event Log display to local time
LAWSG_SPACING Adds spacing between Log Events
LAWSG_NO_GROUP Display No Group column
Expand Down
4 changes: 2 additions & 2 deletions fetch/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func Help(options config.Options) {
fmt.Println(" -s --starttime Start Time for the Event Logs [default: 10 min before now]")
fmt.Println(" -e --endtime End Time for the Event Logs [default: now]")
fmt.Println(" -n --number Number of Log Events to show")
fmt.Println(" -t --tail Active tailing of Event Logs (experimental)")
fmt.Println(" -t --tail Active tailing of Event Logs")
fmt.Println("")
}

Expand Down Expand Up @@ -122,7 +122,7 @@ func Help(options config.Options) {
fmt.Println(" LAWSG_START_TIME Start Time for the Event Logs [default: 10 min before now]")
fmt.Println(" LAWSG_END_TIME End Time for the Event Logs [default: now]")
fmt.Println(" LAWSG_NUMBER Number of Log Events to show")
fmt.Println(" LAWSG_TAIL Active tailing of Event Logs (experimental)")
fmt.Println(" LAWSG_TAIL Active tailing of Event Logs")
fmt.Println(" LAWSG_TIMEZONE Convert Event Log display to local time")
fmt.Println(" LAWSG_SPACING Adds spacing between Log Events")
fmt.Println(" LAWSG_NO_GROUP Display No Group column")
Expand Down

0 comments on commit 0f28134

Please sign in to comment.