Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit 5715dea8406d26d256ff5e9f04a654945e048b2c Author: Sven Eckelmann sven@open-mesh.com Date: Fri Jan 18 13:37:46 2013 +0100
alfred: Fix help text for -V, --req-version
-V,--req-version is not used when requesting the data from the server.
Signed-off-by: Sven Eckelmann sven@open-mesh.com
5715dea8406d26d256ff5e9f04a654945e048b2c main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c index 3ec38c0..c3bef57 100644 --- a/main.c +++ b/main.c @@ -38,7 +38,7 @@ static void alfred_usage(void) printf(" for the supplied data type (0-255)\n"); printf(" -r, --request [data type] collect data from the network and prints\n"); printf(" it on the network\n"); - printf(" -V, --req-version specify the data version set/requested for -s and -r\n"); + printf(" -V, --req-version specify the data version set for -s\n"); printf("\n"); printf("server mode options:\n"); printf(" -i, --interface specify the interface to listen on\n");