diff options
Diffstat (limited to 'example/ndpiSimpleIntegration.c')
-rw-r--r-- | example/ndpiSimpleIntegration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiSimpleIntegration.c b/example/ndpiSimpleIntegration.c index 7d49383bf..7ffa3e3ed 100644 --- a/example/ndpiSimpleIntegration.c +++ b/example/ndpiSimpleIntegration.c @@ -1146,7 +1146,7 @@ static void sighandler(int signum) int main(int argc, char ** argv) { if (argc == 0) { - printf("usage: ndpiSimpleIntegration Mdevice name>\n"); + printf("usage: ndpiSimpleIntegration <device name>\n"); return 1; } |