From 3306537ded0abdb54a6b75c247f6b5603c892de1 Mon Sep 17 00:00:00 2001 From: bebopagogo Date: Sun, 12 Sep 2021 22:35:28 -0400 Subject: [PATCH] updated normCast usage help --- examples/normCast.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/normCast.cpp b/examples/normCast.cpp index b60bde7..c268ae7 100644 --- a/examples/normCast.cpp +++ b/examples/normCast.cpp @@ -738,6 +738,7 @@ void NormCaster::HandleNormEvent(const NormEvent& event) void Usage() { fprintf(stderr, "Usage: normCast id {send &| recv }\n" + " [repeat ][updatesOnly]\n" " [addr [/]] [interface ] [loopback]\n" " [ack auto|[,,...]] [segment ]\n" " [block ] [parity ] [auto ]\n"