mirror of https://github.com/neutrinolabs/xrdp
xrdpwin: xrdp.sourceforge.net -> www.xrdp.org
This commit is contained in:
parent
46b4a9b7c8
commit
4f85f8787b
|
@ -351,7 +351,7 @@ main(int argc, char **argv)
|
|||
g_writeln("%s", "");
|
||||
g_writeln("xrdp: A Remote Desktop Protocol server.");
|
||||
g_writeln("Copyright (C) Jay Sorg 2004-2011");
|
||||
g_writeln("See http://xrdp.sourceforge.net for more information.");
|
||||
g_writeln("See http://www.xrdp.org for more information.");
|
||||
g_writeln("%s", "");
|
||||
g_writeln("Usage: xrdp [options]");
|
||||
g_writeln(" -h: show help");
|
||||
|
@ -506,7 +506,7 @@ main(int argc, char **argv)
|
|||
g_writeln("%s", "");
|
||||
g_writeln("xrdp: A Remote Desktop Protocol server.");
|
||||
g_writeln("Copyright (C) Jay Sorg 2004-2011");
|
||||
g_writeln("See http://xrdp.sourceforge.net for more information.");
|
||||
g_writeln("See http://www.xrdp.org for more information.");
|
||||
g_writeln("%s", "");
|
||||
g_writeln("Usage: xrdp [options]");
|
||||
g_writeln(" -h: show help");
|
||||
|
@ -521,7 +521,7 @@ main(int argc, char **argv)
|
|||
g_writeln("%s", "");
|
||||
g_writeln("xrdp: A Remote Desktop Protocol server.");
|
||||
g_writeln("Copyright (C) Jay Sorg 2004-2011");
|
||||
g_writeln("See http://xrdp.sourceforge.net for more information.");
|
||||
g_writeln("See http://www.xrdp.org for more information.");
|
||||
g_writeln("Version %s", PACKAGE_VERSION);
|
||||
g_writeln("%s", "");
|
||||
g_exit(0);
|
||||
|
|
Loading…
Reference in New Issue