From f1437a89326454c15560da1a57ef8fa3c8c4eb23 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Fri, 7 Oct 2016 10:17:43 -0700 Subject: [PATCH] Documentation: Minor typo fix Signed-off-by: Geoff Levand --- Documentation/op-guide/maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/maintenance.md b/Documentation/op-guide/maintenance.md index de79b7bb56d..ea9171410d6 100644 --- a/Documentation/op-guide/maintenance.md +++ b/Documentation/op-guide/maintenance.md @@ -83,7 +83,7 @@ Removing excessive keyspace data and defragmenting the backend database will put # get current revision $ rev=$(ETCDCTL_API=3 etcdctl --endpoints=:2379 endpoint status --write-out="json" | egrep -o '"revision":[0-9]*' | egrep -o '[0-9]*') # compact away all old revisions -$ ETCDCTL_API=3 etdctl compact $rev +$ ETCDCTL_API=3 etcdctl compact $rev compacted revision 1516 # defragment away excessive space $ ETCDCTL_API=3 etcdctl defrag