summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2022-11-02 08:50:50 +0000
committerGitHub <noreply@github.com>2022-11-02 08:50:50 +0000
commita581f2f647e741f7dbdbb8554996cf72b390afb1 (patch)
tree70e95be2f0ab8108dad89fb6778eaf93a1489cb3 /daemon
parenta274b73f26221039c4d9721c5935393c1660c881 (diff)
Update print message on startup (#13934)
* Update print message on startup - update to 2022. - use LinkedIn url instead of Facebook.
Diffstat (limited to 'daemon')
-rw-r--r--daemon/README.md5
-rw-r--r--daemon/main.c5
2 files changed, 6 insertions, 4 deletions
diff --git a/daemon/README.md b/daemon/README.md
index ea7a4c47bc..c5951c6943 100644
--- a/daemon/README.md
+++ b/daemon/README.md
@@ -116,7 +116,7 @@ The command line options of the Netdata 1.10.0 version are the following:
| '-' '-' '-' '-' real-time performance monitoring, done right!
+----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->
- Copyright (C) 2016-2020, Netdata, Inc. <info@netdata.cloud>
+ Copyright (C) 2016-2022, Netdata, Inc. <info@netdata.cloud>
Released under GNU General Public License v3 or later.
All rights reserved.
@@ -127,7 +127,8 @@ The command line options of the Netdata 1.10.0 version are the following:
License : https://github.com/netdata/netdata/blob/master/LICENSE.md
Twitter : https://twitter.com/linuxnetdata
- Facebook : https://www.facebook.com/linuxnetdata/
+ LinkedIn : https://linkedin.com/company/netdata-cloud/
+ Facebook : https://facebook.com/linuxnetdata/
SYNOPSIS: netdata [options]
diff --git a/daemon/main.c b/daemon/main.c
index 41386e76da..5c437d208d 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -310,7 +310,7 @@ int help(int exitcode) {
" | '-' '-' '-' '-' real-time performance monitoring, done right! \n"
" +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->\n"
"\n"
- " Copyright (C) 2016-2020, Netdata, Inc. <info@netdata.cloud>\n"
+ " Copyright (C) 2016-2022, Netdata, Inc. <info@netdata.cloud>\n"
" Released under GNU General Public License v3 or later.\n"
" All rights reserved.\n"
"\n"
@@ -321,7 +321,8 @@ int help(int exitcode) {
" License : https://github.com/netdata/netdata/blob/master/LICENSE.md\n"
"\n"
" Twitter : https://twitter.com/linuxnetdata\n"
- " Facebook : https://www.facebook.com/linuxnetdata/\n"
+ " LinkedIn : https://linkedin.com/company/netdata-cloud/\n"
+ " Facebook : https://facebook.com/linuxnetdata/\n"
"\n"
"\n"
);