diff --git a/src/config.cc b/src/config.cc index 0d008cb..faecd5d 100644 --- a/src/config.cc +++ b/src/config.cc @@ -161,4 +161,5 @@ void Config::usage() { printf("Mandatory options:\n"); printf("-g, -group Add an host to the group\n"); printf("-p, -port Use this port on localhost\n"); + printf("-i, -index The index of current host in the group\n"); }