Browse Source

Merge pull request #9514 from ppggff/master

Explanation of configuration flag '--auto-compaction-mode' is rendered as table in coreos.com
Gyuho Lee 7 years ago
parent
commit
a9a10089bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/op-guide/configuration.md

+ 1 - 1
Documentation/op-guide/configuration.md

@@ -181,7 +181,7 @@ To start etcd automatically using custom settings at startup in Linux, using a [
 + env variable: ETCD_AUTO_COMPACTION_RETENTION
 
 ### --auto-compaction-mode
-+ Interpret 'auto-compaction-retention' one of: periodic|revision. 'periodic' for duration based retention, defaulting to hours if no time unit is provided (e.g. '5m'). 'revision' for revision number based retention.
++ Interpret 'auto-compaction-retention' one of: 'periodic', 'revision'. 'periodic' for duration based retention, defaulting to hours if no time unit is provided (e.g. '5m'). 'revision' for revision number based retention.
 + default: periodic
 + env variable: ETCD_AUTO_COMPACTION_MODE