b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/netifyd.cpp |
| 2 | +++ b/src/netifyd.cpp |
| 3 | @@ -144,7 +144,7 @@ static void nd_usage(int rc = 0, bool ve |
| 4 | { |
| 5 | fprintf(stderr, "%s\n", nd_get_version_and_features().c_str()); |
| 6 | fprintf(stderr, "Copyright (C) 2015-2020 eGloo Incorporated\n" |
| 7 | - "[%s %s]\n", GIT_RELEASE, GIT_DATE); |
| 8 | + "[%s]\n", PACKAGE_VERSION); |
| 9 | if (version) { |
| 10 | fprintf(stderr, "\nThis application uses nDPI v%s\n" |
| 11 | "http://www.ntop.org/products/deep-packet-inspection/ndpi/\n", ndpi_revision()); |