Navigation Menu

Skip to content

Commit

Permalink
Refer default name of dataset correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 20, 2015
1 parent d10f54b commit 9d5b01b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/droonga-engine-unjoin
Expand Up @@ -22,6 +22,7 @@ require "pathname"
require "droonga/engine/version"
require "droonga/path"
require "droonga/node_name"
require "droonga/catalog/dataset"
require "droonga/catalog/fetcher"
require "droonga/catalog/generator"
require "droonga/catalog/loader"
Expand Down Expand Up @@ -53,7 +54,7 @@ module Droonga
:default => Socket.gethostname)
option.on(:dataset=,
"Dataset name of for the node to be unjoined.",
:default => NodeName::DEFAULT_DATASET)
:default => Catalog::Dataset::DEFAULT_NAME)
option.on(:port=,
"Port number of the source cluster to be connected.",
:as => Integer,
Expand Down

0 comments on commit 9d5b01b

Please sign in to comment.