@cryptotaxi247 / netdata-1 / commits / a581f2f64

Update print message on startup (#13934)

* Update print message on startup - update to 2022. - use LinkedIn url instead of Facebook.

Andrew Maguire committed Nov 2, 2022 at 08:50 UTC a581f2f647e741f7dbdbb8554996cf72b390afb1
2 files changed +6 -4
daemon/README.md
+3 -2
@@ -116,7 +116,7 @@ The command line options of the Netdata 1.10.0 version are the following:
116 | '-' '-' '-' '-' real-time performance monitoring, done right!
117 +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->
118
119 - Copyright (C) 2016-2020, Netdata, Inc. <info@netdata.cloud>
119 + Copyright (C) 2016-2022, Netdata, Inc. <info@netdata.cloud>
120 Released under GNU General Public License v3 or later.
121 All rights reserved.
122
@@ -127,7 +127,8 @@ The command line options of the Netdata 1.10.0 version are the following:
127 License : https://github.com/netdata/netdata/blob/master/LICENSE.md
128
129 Twitter : https://twitter.com/linuxnetdata
130 - Facebook : https://www.facebook.com/linuxnetdata/
130 + LinkedIn : https://linkedin.com/company/netdata-cloud/
131 + Facebook : https://facebook.com/linuxnetdata/
132
133
134 SYNOPSIS: netdata [options]
daemon/main.c
+3 -2
@@ -310,7 +310,7 @@ int help(int exitcode) {
310 " | '-' '-' '-' '-' real-time performance monitoring, done right! \n"
311 " +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->\n"
312 "\n"
313 - " Copyright (C) 2016-2020, Netdata, Inc. <info@netdata.cloud>\n"
313 + " Copyright (C) 2016-2022, Netdata, Inc. <info@netdata.cloud>\n"
314 " Released under GNU General Public License v3 or later.\n"
315 " All rights reserved.\n"
316 "\n"
@@ -321,7 +321,8 @@ int help(int exitcode) {
321 " License : https://github.com/netdata/netdata/blob/master/LICENSE.md\n"
322 "\n"
323 " Twitter : https://twitter.com/linuxnetdata\n"
324 - " Facebook : https://www.facebook.com/linuxnetdata/\n"
324 + " LinkedIn : https://linkedin.com/company/netdata-cloud/\n"
325 + " Facebook : https://facebook.com/linuxnetdata/\n"
326 "\n"
327 "\n"
328 );