From 062537a7e9b4fdeb65bbe93b71a4786ecabb10f9 Mon Sep 17 00:00:00 2001 From: Philip Heron Date: Tue, 20 Oct 2015 00:17:20 +0100 Subject: [PATCH] Update usage message --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index a57ef01..51a14a3 100644 --- a/main.c +++ b/main.c @@ -35,6 +35,7 @@ void exit_usage() " -t For testing, drops the specified percentage of packets while decoding.\n" " -c Set the callign. Accepts A-Z 0-9 and space, up to 6 characters.\n" " -i Set the image ID (0-255).\n" + " -v Print data for each packet decoded.\n" "\n"); exit(-1); }