opps, cherry pick fix
This commit is contained in:
parent
123347cd5c
commit
0987feb42f
10
xrdp/xrdp.c
10
xrdp/xrdp.c
@ -435,13 +435,8 @@ main(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
g_writeln("");
|
g_writeln("");
|
||||||
g_writeln("xrdp: A Remote Desktop Protocol server.");
|
g_writeln("xrdp: A Remote Desktop Protocol server.");
|
||||||
<<<<<<< HEAD
|
|
||||||
g_writeln("Copyright (C) Jay Sorg 2004-2013");
|
|
||||||
g_writeln("See http://xrdp.sourceforge.net for more information.");
|
|
||||||
=======
|
|
||||||
g_writeln("Copyright (C) Jay Sorg 2004-2014");
|
g_writeln("Copyright (C) Jay Sorg 2004-2014");
|
||||||
g_writeln("See http://www.xrdp.org for more information.");
|
g_writeln("See http://www.xrdp.org for more information.");
|
||||||
>>>>>>> ec44b9d... xrdp: update web site
|
|
||||||
g_writeln("");
|
g_writeln("");
|
||||||
g_writeln("Usage: xrdp [options]");
|
g_writeln("Usage: xrdp [options]");
|
||||||
g_writeln(" --help: show help");
|
g_writeln(" --help: show help");
|
||||||
@ -458,13 +453,8 @@ main(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
g_writeln("");
|
g_writeln("");
|
||||||
g_writeln("xrdp: A Remote Desktop Protocol server.");
|
g_writeln("xrdp: A Remote Desktop Protocol server.");
|
||||||
<<<<<<< HEAD
|
|
||||||
g_writeln("Copyright (C) Jay Sorg 2004-2013");
|
|
||||||
g_writeln("See http://xrdp.sourceforge.net for more information.");
|
|
||||||
=======
|
|
||||||
g_writeln("Copyright (C) Jay Sorg 2004-2014");
|
g_writeln("Copyright (C) Jay Sorg 2004-2014");
|
||||||
g_writeln("See http://www.xrdp.org for more information.");
|
g_writeln("See http://www.xrdp.org for more information.");
|
||||||
>>>>>>> ec44b9d... xrdp: update web site
|
|
||||||
g_writeln("Version %s", PACKAGE_VERSION);
|
g_writeln("Version %s", PACKAGE_VERSION);
|
||||||
g_writeln("");
|
g_writeln("");
|
||||||
g_deinit();
|
g_deinit();
|
||||||
|
Loading…
Reference in New Issue
Block a user