From b3e5f77d5d58a59f44959fcc865f6d0905b4c0b8 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 2 Feb 2016 11:45:23 -0500 Subject: [PATCH] Make it easier to use converged-timeout --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ff2068db..92d49fcc 100644 --- a/main.go +++ b/main.go @@ -267,7 +267,7 @@ func main() { Usage: "default etc peer endpoint", }, cli.IntFlag{ - Name: "converged-timeout", + Name: "converged-timeout, t", Value: -1, Usage: "exit after approximately this many seconds in a converged state", },