diff --git a/Documentation/demo.md b/Documentation/demo.md index 576fa891b..07df9c918 100644 --- a/Documentation/demo.md +++ b/Documentation/demo.md @@ -271,7 +271,10 @@ etcdctl --endpoints=$ENDPOINTS endpoint health 11_etcdctl_snapshot_2016051001 +Snapshot can only be requested from one etcd node, so `--endpoints` flag should contain only one endpoint. + ``` +ENDPOINTS=$HOST_1:2379 etcdctl --endpoints=$ENDPOINTS snapshot save my.db Snapshot saved at my.db