#! /bin/bash

echo "
Welcome to xivadba!
* To list shards existing in this environment, type
list xtable

* To list hosts that are currently masters, type
masters xtable

* To query the state a specific shard is in, type
info xtable '<conninfo>'

* To migrate a specific shard, type
migrate xtable '<conninfo>' <migration number>

* To query or migrate all shards, type
info xtable all
migrate xtable all <migration number>

* To create a new shard, see
create_shard -h

* To repeat this message, type
helpme
"
