diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2006-06-02 10:49:03 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2006-06-02 10:49:03 +0000 |
commit | f4986f4cebe393c124f792710542bba0b3eb4dc0 (patch) | |
tree | 1ae57adae90c63208727c1e687cdf7f775b0b83c /unix/x0vncserver/x0vncserver.cxx | |
parent | e95893e783559f47416c536481bd623a64d62536 (diff) | |
download | tigervnc-f4986f4cebe393c124f792710542bba0b3eb4dc0.tar.gz tigervnc-f4986f4cebe393c124f792710542bba0b3eb4dc0.zip |
Changes in reporting version numbers and copyrights.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@628 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/x0vncserver/x0vncserver.cxx')
-rw-r--r-- | unix/x0vncserver/x0vncserver.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/x0vncserver/x0vncserver.cxx b/unix/x0vncserver/x0vncserver.cxx index 96240ea1..6dd35517 100644 --- a/unix/x0vncserver/x0vncserver.cxx +++ b/unix/x0vncserver/x0vncserver.cxx @@ -420,7 +420,8 @@ char* programName; static void usage() { - fprintf(stderr, "\nusage: %s [<parameters>]\n", programName); + fprintf(stderr, "TightVNC Server version %s\n\n", VERSION); + fprintf(stderr, "Usage: %s [<parameters>]\n", programName); fprintf(stderr,"\n" "Parameters can be turned on with -<param> or off with -<param>=0\n" "Parameters which take a value can be specified as " |