From 9b6d40cd8578c0b7f8c0869c55ff1d4732c4928e Mon Sep 17 00:00:00 2001 From: glenux Date: Sat, 18 Mar 2006 17:30:36 +0000 Subject: [PATCH] --- src/config.cc | 1 + 1 file changed, 1 insertion(+) 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"); }