summaryrefslogtreecommitdiffstats
path: root/src/collectors/nfacct.plugin/plugin_nfacct.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/collectors/nfacct.plugin/plugin_nfacct.c (renamed from collectors/nfacct.plugin/plugin_nfacct.c)6
1 files changed, 3 insertions, 3 deletions
diff --git a/collectors/nfacct.plugin/plugin_nfacct.c b/src/collectors/nfacct.plugin/plugin_nfacct.c
index 2863cd7eb..d3d18a363 100644
--- a/collectors/nfacct.plugin/plugin_nfacct.c
+++ b/src/collectors/nfacct.plugin/plugin_nfacct.c
@@ -763,7 +763,7 @@ int main(int argc, char **argv) {
}
}
else if(strcmp("version", argv[i]) == 0 || strcmp("-version", argv[i]) == 0 || strcmp("--version", argv[i]) == 0 || strcmp("-v", argv[i]) == 0 || strcmp("-V", argv[i]) == 0) {
- printf("nfacct.plugin %s\n", VERSION);
+ printf("nfacct.plugin %s\n", NETDATA_VERSION);
exit(0);
}
else if(strcmp("debug", argv[i]) == 0) {
@@ -796,9 +796,9 @@ int main(int argc, char **argv) {
" --help print this message and exit\n"
"\n"
" For more information:\n"
- " https://github.com/netdata/netdata/tree/master/collectors/nfacct.plugin\n"
+ " https://github.com/netdata/netdata/tree/master/src/collectors/nfacct.plugin\n"
"\n"
- , VERSION
+ , NETDATA_VERSION
, netdata_update_every
);
exit(1);