Options:
-s, --show Prints the updated nodes
-t, --hive Use only HIVE nodes, when set to true.
-t, --test Do change the node list, only print the newest nodes
setup.
There is a typo in your optparse. -t, --hive
conflicts with -t,--test
.
Thanks, I will fix this.