We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65ef8e0 + 02213f9 commit 2714073Copy full SHA for 2714073
1 file changed
deisctl/deisctl.go
@@ -81,7 +81,7 @@ Options:
81
--known-hosts-file=<path> file used to store remote machine fingerprints [default: ~/.ssh/known_hosts]
82
--strict-host-key-checking verify SSH host keys [default: true]
83
--tunnel=<host> establish an SSH tunnel for communication with fleet and etcd [default: ]
84
- --request-timeout=<secs> amount of time to allow a single request before considering it failed. [default: 3.0]
+ --request-timeout=<secs> amount of time to allow a single request before considering it failed. [default: 10.0]
85
`
86
// parse command-line arguments
87
args, err := docopt.Parse(usage, nil, true, Version, true)
0 commit comments