Skip to content

Commit

Permalink
Merge pull request etcd-io#6607 from glevand/for-merge-typo
Browse files Browse the repository at this point in the history
Documentation: Minor typo fix
  • Loading branch information
gyuho authored Oct 7, 2016
2 parents 4e41400 + f1437a8 commit 71f8f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/op-guide/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71f8f3c

Please sign in to comment.