From e2bf34ed0cbf2af70e7ecb49de071b2d421dd727 Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 6 Jun 2011 15:03:03 +0000 Subject: [PATCH] Fix spelling error git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@9684 ddd99763-3ecb-0310-9145-efcb8ce7c51f --- ethstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethstream.c b/ethstream.c index 63fc28e..fa0cdbf 100644 --- a/ethstream.c +++ b/ethstream.c @@ -54,7 +54,7 @@ struct options opt[] = { {'d', "detect", NULL, "Detect NerdJack IP address"}, {'R', "range", "a,b", "Set range on NerdJack for channels 0-5,6-11 to either 5 or 10 (10,10)"}, - {'g', "gian", "a,b,c", "Set Labjack AIN channel gains: 0,1,2,4,8 in -C channel order"}, + {'g', "gain", "a,b,c", "Set Labjack AIN channel gains: 0,1,2,4,8 in -C channel order"}, {'o', "oneshot", NULL, "don't retry in case of errors"}, {'f', "forceretry", NULL, "retry no matter what happens"}, {'c', "convert", NULL, "convert output to volts"},