Make it easier to use converged-timeout

This commit is contained in:
James Shubin
2016-02-02 11:45:23 -05:00
parent 85f9db12f5
commit b3e5f77d5d

View File

@@ -267,7 +267,7 @@ func main() {
Usage: "default etc peer endpoint", Usage: "default etc peer endpoint",
}, },
cli.IntFlag{ cli.IntFlag{
Name: "converged-timeout", Name: "converged-timeout, t",
Value: -1, Value: -1,
Usage: "exit after approximately this many seconds in a converged state", Usage: "exit after approximately this many seconds in a converged state",
}, },