X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=os_win32%2Fwtssendmsg.c;h=dca7fb7c74773a0f9a3ef6ace4e6bed33d8de189;hb=6b80b4d2c7b80037c557bae53e7ff42cfda4a2cb;hp=3298dfceaab67e1a0519f4651932caa6a02aaa59;hpb=d2cd5c38d67969917569ea37c271c02e70768531;p=mirror_smartmontools-debian.git diff --git a/os_win32/wtssendmsg.c b/os_win32/wtssendmsg.c index 3298dfc..dca7fb7 100644 --- a/os_win32/wtssendmsg.c +++ b/os_win32/wtssendmsg.c @@ -1,7 +1,7 @@ /* * WTSSendMessage() command line tool * - * Home page of code is: http://smartmontools.sourceforge.net + * Home page of code is: http://www.smartmontools.org * * Copyright (C) 2012 Christian Franke * @@ -18,7 +18,7 @@ #define WINVER 0x0500 #define _WIN32_WINNT WINVER -char svnid[] = "$Id: wtssendmsg.c 3714 2012-11-24 16:34:47Z chrfranke $"; +char svnid[] = "$Id: wtssendmsg.c 4120 2015-08-27 16:12:21Z samm2 $"; #include #include @@ -30,7 +30,7 @@ char svnid[] = "$Id: wtssendmsg.c 3714 2012-11-24 16:34:47Z chrfranke $"; static int usage() { - printf("wtssendmsg $Revision: 3714 $ - Display a message box on client desktops\n" + printf("wtssendmsg $Revision: 4120 $ - Display a message box on client desktops\n" "Copyright (C) 2012 Christian Franke, smartmontools.org\n\n" "Usage: wtssendmsg [-cas] [-v] [\"Caption\"] \"Message\"|-\n" " wtssendmsg -v\n\n"