You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
512 B

--- a/src/netifyd.cpp
+++ b/src/netifyd.cpp
@@ -144,7 +144,7 @@ static void nd_usage(int rc = 0, bool ve
{
fprintf(stderr, "%s\n", nd_get_version_and_features().c_str());
fprintf(stderr, "Copyright (C) 2015-2020 eGloo Incorporated\n"
- "[%s %s]\n", GIT_RELEASE, GIT_DATE);
+ "[%s]\n", PACKAGE_VERSION);
if (version) {
fprintf(stderr, "\nThis application uses nDPI v%s\n"
"http://www.ntop.org/products/deep-packet-inspection/ndpi/\n", ndpi_revision());