From 0639c4c86d913e2f9901da43985185de90ce7241 Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Fri, 11 Jul 2014 11:30:05 -0700 Subject: [PATCH] fix(docs): name defaults to uuid not hostname --- Documentation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/configuration.md b/Documentation/configuration.md index fc2bd5429..677571c99 100644 --- a/Documentation/configuration.md +++ b/Documentation/configuration.md @@ -26,7 +26,7 @@ The full documentation is contained in the [API docs](https://github.com/coreos/ ### Required -* `-name` - The node name. Defaults to the hostname. +* `-name` - The node name. Defaults to a UUID. ### Optional