Repository: incubator-geode Updated Branches: refs/heads/develop b42d6e991 -> 557fae159
GEODE-1185: typo in gfsh help on alter disk-store Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/557fae15 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/557fae15 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/557fae15 Branch: refs/heads/develop Commit: 557fae159707d00d7e7ea2cab9c629dca6d26baf Parents: b42d6e9 Author: Jens Deppe <[email protected]> Authored: Wed Jun 1 12:04:33 2016 -0700 Committer: Jens Deppe <[email protected]> Committed: Thu Jun 2 07:24:06 2016 -0700 ---------------------------------------------------------------------- .../gemfire/management/internal/cli/i18n/CliStrings.java | 2 +- .../internal/cli/commands/golden-help-offline.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/557fae15/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java b/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java index 4228373..cc80de8 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java @@ -194,7 +194,7 @@ public class CliStrings { public static final String ALTER_DISK_STORE__REGIONNAME__HELP = "Name/Path of the region in the disk store to alter."; public static final String ALTER_DISK_STORE__DISKDIRS = "disk-dirs"; public static final String ALTER_DISK_STORE__DISKDIRS__HELP = "Directories where data for the disk store was previously written."; - public static final String ALTER_DISK_STORE__LRU__EVICTION__ALGORITHM = "lru-algorthm"; + public static final String ALTER_DISK_STORE__LRU__EVICTION__ALGORITHM = "lru-algorithm"; public static final String ALTER_DISK_STORE__LRU__EVICTION__ALGORITHM__HELP = "Least recently used eviction algorithm. Valid values are: none, lru-entry-count, lru-heap-percentage and lru-memory-size."; public static final String ALTER_DISK_STORE__LRU__EVICTION__ACTION = "lru-action"; public static final String ALTER_DISK_STORE__LRU__EVICTION__ACTION__HELP = "Action to take when evicting entries from the region. Valid values are: none, overflow-to-disk and local-destroy."; http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/557fae15/geode-core/src/test/resources/com/gemstone/gemfire/management/internal/cli/commands/golden-help-offline.properties ---------------------------------------------------------------------- diff --git a/geode-core/src/test/resources/com/gemstone/gemfire/management/internal/cli/commands/golden-help-offline.properties b/geode-core/src/test/resources/com/gemstone/gemfire/management/internal/cli/commands/golden-help-offline.properties index 74db393..3c0d388 100644 --- a/geode-core/src/test/resources/com/gemstone/gemfire/management/internal/cli/commands/golden-help-offline.properties +++ b/geode-core/src/test/resources/com/gemstone/gemfire/management/internal/cli/commands/golden-help-offline.properties @@ -48,7 +48,7 @@ SYNOPSIS\n\ SYNTAX\n\ \ \ \ \ alter disk-store --name=value --region=value --disk-dirs=value(,value)* [--compressor(=value)?]\n\ \ \ \ \ [--concurrency-level=value] [--enable-statistics=value] [--initial-capacity=value]\n\ -\ \ \ \ [--load-factor=value] [--lru-action=value] [--lru-algorthm=value] [--lru-limit=value]\n\ +\ \ \ \ [--load-factor=value] [--lru-action=value] [--lru-algorithm=value] [--lru-limit=value]\n\ \ \ \ \ [--off-heap=value] [--remove(=value)?]\n\ PARAMETERS\n\ \ \ \ \ name\n\ @@ -85,7 +85,7 @@ PARAMETERS\n\ \ \ \ \ \ \ \ \ Action to take when evicting entries from the region. Valid values are: none,\n\ \ \ \ \ \ \ \ \ overflow-to-disk and local-destroy.\n\ \ \ \ \ \ \ \ \ Required: false\n\ -\ \ \ \ lru-algorthm\n\ +\ \ \ \ lru-algorithm\n\ \ \ \ \ \ \ \ \ Least recently used eviction algorithm. Valid values are: none, lru-entry-count,\n\ \ \ \ \ \ \ \ \ lru-heap-percentage and lru-memory-size.\n\ \ \ \ \ \ \ \ \ Required: false\n\
