scylla-tools-java icon indicating copy to clipboard operation
scylla-tools-java copied to clipboard

sstableloader usage string does not require host (nodes)

Open tzach opened this issue 8 years ago • 0 comments

Running sstabeloader without a host, the following usage is returnes:

> sstableloader a-dir
Initial hosts must be specified (-d)
usage: sstableloader [options] <dir_path>

The usage string does not require host, which seems to be required Should be

usage: sstableloader -d nodes [options] <dir_path>

tzach avatar Nov 26 '17 14:11 tzach