summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dtail/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dtail/main.go b/cmd/dtail/main.go
index ec6a5cc..bd8eb87 100644
--- a/cmd/dtail/main.go
+++ b/cmd/dtail/main.go
@@ -85,7 +85,7 @@ func main() {
ctx, cancel := context.WithCancel(context.Background())
if shutdownAfter > 0 {
- // TODO: This does not work (auto shutdown)
+ // NEXT: This does not work (auto shutdown)
ctx, cancel = context.WithTimeout(ctx, time.Duration(shutdownAfter)*time.Second)
defer cancel()
}