From 70dda950ed5e8c8cc1d834ec7d21e153bb4f6e61 Mon Sep 17 00:00:00 2001 From: Matt Parker Date: Sun, 27 Jul 2014 00:39:02 -0400 Subject: [PATCH] Adds units of time to flag docs This fixes issue #905 based on the comments provided in server/cluster_config.go --- Documentation/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/configuration.md b/Documentation/configuration.md index 677571c99..78896c52f 100644 --- a/Documentation/configuration.md +++ b/Documentation/configuration.md @@ -55,8 +55,8 @@ The full documentation is contained in the [API docs](https://github.com/coreos/ * `-peer-heartbeat-interval` - The number of milliseconds in between heartbeat requests * `-snapshot=false` - Disable log snapshots. Defaults to `true`. * `-cluster-active-size` - The expected number of instances participating in the consensus protocol. Only applied if the etcd instance is the first peer in the cluster. -* `-cluster-remove-delay` - The delay before one node is removed from the cluster since it cannot be connected at all. Only applied if the etcd instance is the first peer in the cluster. -* `-cluster-sync-interval` - The interval between synchronization for standby-mode instance with the cluster. Only applied if the etcd instance is the first peer in the cluster. +* `-cluster-remove-delay` - The number of seconds before one node is removed from the cluster since it cannot be connected at all. Only applied if the etcd instance is the first peer in the cluster. +* `-cluster-sync-interval` - The number of seconds between synchronization for standby-mode instance with the cluster. Only applied if the etcd instance is the first peer in the cluster. * `-v` - Enable verbose logging. Defaults to `false`. * `-vv` - Enable very verbose logging. Defaults to `false`. * `-version` - Print the version and exit.