diff options
author | Luca Deri <deri@ntop.org> | 2015-05-21 19:33:35 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2015-05-21 19:33:35 +0200 |
commit | de03e1efe4903dbcda84a8a2491cc9e1eeef210b (patch) | |
tree | 59531c083bcd97f1eafb31c43d0cbb31a66a3f54 /example/ndpiReader.c | |
parent | 9542227f2e7b7ef54b7209c762dcf39ef58faf8d (diff) |
Modified GIT version format as shown ndpiReader -r
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 50ace72b1..558d204ed 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -273,7 +273,7 @@ static void parseOptions(int argc, char **argv) { break; case 'r': - printf("ndpiReader, nDPI (%s)\n\n", ndpi_revision()); + printf("ndpiReader - nDPI (%s)\n", ndpi_revision()); exit(0); case 'v': |